# Sandbox.ComponentFlags

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Deserializing`](/api/Sandbox.ComponentFlags/Deserializing): Is in the process of deserializing
- [`Error`](/api/Sandbox.ComponentFlags/Error): There's something wrong with this
- [`Hidden`](/api/Sandbox.ComponentFlags/Hidden): Hide this component in component inspector
- [`Loading`](/api/Sandbox.ComponentFlags/Loading): Loading something
- [`None`](/api/Sandbox.ComponentFlags/None)
- [`NotCloned`](/api/Sandbox.ComponentFlags/NotCloned): Don't serialize this component when cloning
- [`NotEditable`](/api/Sandbox.ComponentFlags/NotEditable): Cannot be edited in the component inspector
- [`NotNetworked`](/api/Sandbox.ComponentFlags/NotNetworked): Keep local - don't network this component as part of the scene snapshot
- [`NotSaved`](/api/Sandbox.ComponentFlags/NotSaved): Don't save this component to disk
- [`Refreshing`](/api/Sandbox.ComponentFlags/Refreshing): In the process of refreshing from the network
- [`ShowAdvancedProperties`](/api/Sandbox.ComponentFlags/ShowAdvancedProperties): Can edit advanced properties in the component inspector
