EntityLifecycle

Entries

Link copied to clipboard

Initial state: Entity and components are instantiated but not yet fully set up.

Link copied to clipboard

Entity and components are fully initialized:

Link copied to clipboard

The main play state. All systems active.

Link copied to clipboard

All resources are disposed and the entity can be discarded. This is the final state and entities in this state can not be used anymore.

Properties

Link copied to clipboard
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val step: Int

Functions

Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.