Arbor 3: FSM & BT Graph Editor  3.7.8
VariableListBase Class Reference

Base class of VariableList. More...

Inheritance diagram for VariableListBase:
InternalVariableBase VariableList< T >

Static Public Member Functions

static System.Type GetDataType (System.Type variableClassType)
 Get the data type possessed by the Variable class. More...
 
static VariableListBase 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...
 

Detailed Description

Base class of VariableList.

Member Function Documentation

◆ Create()

static VariableListBase Create ( ParameterContainerInternal  container,
System.Type  type 
)
static

For Editor.

◆ GetDataType()

static System.Type GetDataType ( System.Type  variableClassType)
static

Get the data type possessed by the Variable class.

Parameters
variableClassTypeVariable class type
Returns
Data type