enum GameObjectDeltaFlag
Flags that specify additional information about game object delta.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
SceneObjectDelta |
1 |
Delta contains information about a scene object. |
ComponentDelta |
2 |
Delta contains information about a component. |
ParentChanged |
4 |
Set on scene object deltas whose parent has changed. |