|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
Unityシリアライズに関するUtilityクラス More...
Static Public Member Functions | |
| static bool | IsSupportedArray (System.Type type) |
| サポートしている配列かどうかを返す。 More... | |
| static System.Type | ElementTypeOfArray (System.Type type) |
| 配列の要素の型を返す。 More... | |
| static System.Type | ElementType (System.Type type) |
| 配列であれば要素の型を返す。 More... | |
| static bool | IsSerializableFieldType (System.Type type) |
| フィールドの型がシリアライズ可能かどうかを返す。 More... | |
Unityシリアライズに関するUtilityクラス
|
static |
配列であれば要素の型を返す。
| type | 型 |
|
static |
配列の要素の型を返す。
| type | 配列の型 |
|
static |
フィールドの型がシリアライズ可能かどうかを返す。
| type | フィールドの型 |
|
static |
サポートしている配列かどうかを返す。
| type | 判定する型 |