TypeFilters
Enum in LogicToolkit.Editors
Description
Type filter flags
Properties
| Property Name | Description |
|---|---|
| None | None |
| SceneObject | Objects in the scene (GameObject, Component) |
| AssetObject | Asset objects (Unity objects other than scene objects) |
| Class | Class |
| Struct | Structure |
| Interface | Interface |
| Enum | Enum |
| Primitive | Primitive type |
| Delegate | Delegate type |
| Attribute | Attribute type |
| Static | Static type |