TypeFilters
列挙型 in LogicToolkit.Editors
説明
型のフィルタフラグ
プロパティ
| プロパティ名 | 説明 |
|---|---|
| None | なし |
| SceneObject | シーン内オブジェクト(GameObject, Component) |
| AssetObject | アセットオブジェクト(シーンオブジェクト以外のUnityオブジェクト) |
| Class | クラス |
| Struct | 構造体 |
| Interface | インターフェイス |
| Enum | 列挙型 |
| Primitive | プリミティブ型 |
| Delegate | デリゲート型 |
| Attribute | 属性型 |
| Static | 静的な型 |