enum GameObjectPersistentFlag
Flags that specify the state and control behaviour of a GameObject.
State of these flags is serialized.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
DisabledSelf |
1 |
Game object is disabled, directly (i.e. not disabled due to its parent being disabled). |