Enum AttachableObjectState
Enumeration of attachable objects states.
Namespace: Evergine.Framework
Assembly: Evergine.Framework.dll
Syntax
public enum AttachableObjectState : byte
Fields
Name | Description |
---|---|
Activated | Activates the object. |
Deactivated | The object is not active |
Destroyed | The object has been destroyed |
Detached | The object is not attached. |