Options
All
  • Public
  • Public/Protected
  • All
Menu

Standard behavior order values, specifying when/how they are used. Other numeric values can be used, but only the Spawn value will be handled in a special way. All other values will be sorted numerically. Behaviors with the same value will not be given any specific sort order, as they are assumed to not interfere with each other.

Index

Enumeration members

Enumeration members

Late = 5

Delayed priority, for things that need to read other values in order to act correctly.

Normal = 2

Normal priority, for things that don't matter when they are applied.

Spawn = 0

Spawn - initial placement and/or rotation. This happens before rotation/translation due to emitter rotation/position is applied.

Generated using TypeDoc