BangComponentTypes

Namespace: Bang.Entities
Assembly: Bang.dll

public static class BangComponentTypes

Ids reserved for special Bang components.

⭐ Properties

Interactive

public static const int Interactive;

Unique Id used for the lookup of components with type IInteractiveComponent.

Returns
int

StateMachine

public static const int StateMachine;

Unique Id used for the lookup of components with type IStateMachineComponent.

Returns
int

Transform

public static const int Transform;

Unique Id used for the lookup of components with type ITransformComponent.

Returns
int