enum CoreObjectFlag
Represents the current state of a CoreObject.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
Destroyed |
1 |
Object has been destroyed and shouldn't be used. |
RequiresRenderProxy |
2 |
Object creates a proxy representation for use by the render thread. |
Initialized |
4 |
Object's Initialize() method has been called. |