Arbor 3: FSM & BT Graph Editor  3.6.0
Variable< T > Class Template Reference

A generic class of Variable. More...

Inheritance diagram for Variable< T >:
VariableBase

Properties

override System.Type valueType [get]
 Value type of parameter More...
 
override object valueObject [get, set]
 Value object More...
 
value [get, set]
 Value of Variable More...
 
- Properties inherited from VariableBase
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 VariableBase
void Initialize (ParameterContainerInternal container)
 For Editor. More...
 
- Static Public Member Functions inherited from VariableBase
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...
 

Detailed Description

A generic class of Variable.

Template Parameters
TType of parameter to be stored in Variable

Property Documentation

◆ value

T value
getset

Value of Variable

◆ valueObject

override object valueObject
getset

Value object

◆ valueType

override System.Type valueType
get

Value type of parameter