enum
ComponentFlags
public sealed enum ComponentFlags : Enum Enum Values
| Name | Value | Description |
|---|---|---|
None | | |
Hidden | | Hide this component in component inspector |
NotSaved | | Don't save this component to disk |
Error | | There's something wrong with this |
Loading | | Loading something |
Deserializing | | Is in the process of deserializing |
NotEditable | | Cannot be edited in the component inspector |
NotNetworked | | Keep local - don't network this component as part of the scene snapshot |
Refreshing | | In the process of refreshing from the network |
NotCloned | | Don't serialize this component when cloning |
ShowAdvancedProperties | | Can edit advanced properties in the component inspector |