Enum AttachableObjectState
States enumeration of attachable objects.
Namespace: Evergine.Framework
Assembly: Evergine.Framework.dll
Syntax
public enum AttachableObjectState : byte
  Fields
| Name | Description | 
|---|---|
| Activated | The object is activated  | 
      
| Deactivated | The object is not activated  | 
      
| Destroyed | The object is destroyed  | 
      
| Detached | The object is not attached  |