Arbor 3: FSM & BT Graph Editor  3.7.8
VariableList< T > Class Template Reference

A generic class of VariableList. More...

Inheritance diagram for VariableList< T >:
VariableListBase InternalVariableBase

Properties

override sealed System.Type valueType [get]
 Value type of parameter More...
 
override sealed object valueObject [get, set]
 Value object More...
 
IList< T > value [get, set]
 Value of Variable 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...
 

Additional Inherited Members

- Public Member Functions inherited from InternalVariableBase
void Initialize (ParameterContainerInternal container)
 For Editor. More...
 
- Static Public Member Functions inherited from VariableListBase
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...
 

Detailed Description

A generic class of VariableList.

Template Parameters
TType of parameter to be stored in VariableList

Property Documentation

◆ value

IList<T> value
getset

Value of Variable

◆ valueObject

override sealed object valueObject
getset

Value object

◆ valueType

override sealed System.Type valueType
get

Value type of parameter