Variable<T>
Class in Arbor / Inherits from: VariableBase
Implements interfaces: IValueGetter<T>
Description
A generic class of Variable.
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| T | Type of parameter to be stored in Variable | 
Properties
| Property Name | Description | 
|---|---|
| value | Value of Variable | 
| valueObject | Value object | 
| valueType | Value type of parameter | 
Inherited Members
Properties
| Property Name | Description | 
|---|---|
| parameterContainer | Gets the NodeGraph. | 
Methods
| Method Name | Description | 
|---|---|
| Initialize | For Editor. | 
Static Methods
| Method Name | Description | 
|---|---|
| Create | For Editor. | 
| GetDataType | Get the data type possessed by the Variable class. |