Arbor 3: FSM & BT Graph Editor
3.3.0
|
型のユーティリティクラス More...
Static Public Member Functions | |
static string | GetTypeName (Type type) |
型の名前を返す。 More... | |
static string | GetSlotTypeName (Type type) |
型の名前を返す(データスロット用) More... | |
static string | TidyAssemblyTypeName (Type type) |
Typeをシリアライズ可能な文字列に変換する。 More... | |
static Type | GetAssemblyType (string assemblyTypeName) |
文字列からSystem.Typeを取得する。 More... | |
型のユーティリティクラス
|
static |
文字列からSystem.Typeを取得する。
assemblyTypeName | 型名 |
|
static |
型の名前を返す(データスロット用)
type | 型 |
|
static |
型の名前を返す。
type | 型 |
|
static |
Typeをシリアライズ可能な文字列に変換する。
type | Typeの値 |