Enum ObjectSpawnType
Defines the method used to select which object to spawn from the spawner's list.
public enum ObjectSpawnType : byte
Fields
Spawn objects in linear order, cycling through the list.
Spawn objects at random from the list.
Spawn objects based on weighted random selection using spawn chances.