|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Variableの基本クラス。 [詳解]
静的公開メンバ関数 | |
| static System.Type | GetDataType (System.Type variableClassType) |
| Varableクラスが持つデータ型を取得する。 [詳解] | |
| static VariableBase | Create (ParameterContainerInternal container, System.Type type) |
| Editor用。 [詳解] | |
その他の継承メンバ | |
基底クラス InternalVariableBase に属する継承公開メンバ関数 | |
| void | Initialize (ParameterContainerInternal container) |
| Editor用。 [詳解] | |
基底クラス InternalVariableBase に属する継承プロパティ | |
| abstract System.Type | valueType [get] |
| パラメータの値の型 [詳解] | |
| abstract object | valueObject [get, set] |
| 値のオブジェクト [詳解] | |
| ParameterContainerInternal | parameterContainer [get] |
| NodeGraphを取得。 [詳解] | |
Variableの基本クラス。
|
static |
Editor用。
|
static |
Varableクラスが持つデータ型を取得する。
| variableClassType | Variableクラスの型 |