TypeFilterFlags
Enum in Arbor
Description
Filter flag displayed in the type selection popup
Properties
| Property Name | Description |
|---|---|
| SceneObject | Object in the scene (GameObject or Component) |
| AssetObject | Objects other than the scene |
| Class | Class |
| Struct | Struct |
| Interface | Interface |
| Enum | Enum |
| Primitive | Primitive (base type such as int) |
| Delegate | Delegate |
| Static | Static class |