Arbor 3: FSM & BT Graph Editor
3.1.1
|
Variableの基本クラス。 More...
Public Member Functions | |
void | Initialize (ParameterContainerInternal container) |
Editor用。 More... | |
Static Public Member Functions | |
static System.Type | GetDataType (System.Type variableClassType) |
Varableクラスが持つデータ型を取得する。 More... | |
static VariableBase | Create (ParameterContainerInternal container, System.Type type) |
Editor用。 More... | |
Properties | |
abstract System.Type | valueType [get] |
パラメータの値の型 More... | |
abstract object | valueObject [get, set] |
値のオブジェクト More... | |
ParameterContainerInternal | parameterContainer [get] |
NodeGraphを取得。 More... | |
Variableの基本クラス。
|
static |
Editor用。
|
static |
Varableクラスが持つデータ型を取得する。
variableClassType | Variableクラスの型 |
void Initialize | ( | ParameterContainerInternal | container | ) |
Editor用。
container | ParameterContainerInternal |
|
get |
NodeGraphを取得。
|
getset |
値のオブジェクト
|
get |
パラメータの値の型