Arbor 3: FSM & BT Graph Editor
3.7.8
|
Base class of Variable. More...
Static Public Member Functions | |
static System.Type | GetDataType (System.Type variableClassType) |
Get the data type possessed by the Variable class. More... | |
static VariableBase | Create (ParameterContainerInternal container, System.Type type) |
For Editor. More... | |
Additional Inherited Members | |
Public Member Functions inherited from InternalVariableBase | |
void | Initialize (ParameterContainerInternal container) |
For Editor. More... | |
Properties inherited from InternalVariableBase | |
abstract System.Type | valueType [get] |
Value type of parameter More... | |
abstract object | valueObject [get, set] |
Value object More... | |
ParameterContainerInternal | parameterContainer [get] |
Gets the NodeGraph. More... | |
Base class of Variable.
|
static |
For Editor.