|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Unityシリアライズに関するUtilityクラス [詳解]
静的公開メンバ関数 | |
| static bool | IsSupportedArray (System.Type type) |
| サポートしている配列かどうかを返す。 [詳解] | |
| static System.Type | ElementTypeOfArray (System.Type type) |
| 配列の要素の型を返す。 [詳解] | |
| static System.Type | ElementType (System.Type type) |
| 配列であれば要素の型を返す。 [詳解] | |
| static bool | IsSerializableFieldType (System.Type type) |
| フィールドの型がシリアライズ可能かどうかを返す。 [詳解] | |
| static bool | IsSerializableField (System.Reflection.FieldInfo fieldInfo) |
| フィールドがシリアライズ可能かどうかを返す。 [詳解] | |
Unityシリアライズに関するUtilityクラス
|
static |
配列であれば要素の型を返す。
| type | 型 |
|
static |
配列の要素の型を返す。
| type | 配列の型 |
|
static |
フィールドがシリアライズ可能かどうかを返す。
| fieldInfo | フィールド |
|
static |
フィールドの型がシリアライズ可能かどうかを返す。
| type | フィールドの型 |
|
static |
サポートしている配列かどうかを返す。
| type | 判定する型 |