|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Reference EnumList parameters. More...
Public Member Functions | |
| IList< TEnum > | GetValue< TEnum > () |
| Get the value. More... | |
| bool | SetValue< TEnum > (IList< TEnum > value) |
| Set the value. More... | |
Additional Inherited Members | |
Public Attributes inherited from ParameterReference | |
| int | id |
| ID. More... | |
| string | name |
| Paramenter name. More... | |
Properties inherited from ParameterReference | |
| ParameterReferenceType | type [get] |
| Reference type of ParameterContainer More... | |
| ParameterContainerBase | container [get, set] |
| Is stored to that container. More... | |
| virtual Parameter.? Type | referenceType [get] |
| Returns the Parameter.Type to be referenced. More... | |
| Parameter? | parameter [get] |
| Get the parameters. More... | |
| ParameterContainerBase | constantContainer [get, set] |
| Container specifying a constant More... | |
Reference EnumList parameters.
Available Attributes :
| IList<TEnum> GetValue< TEnum > | ( | ) |
Get the value.
| TEnum | enum type |
| TEnum | : | struct |
| bool SetValue< TEnum > | ( | IList< TEnum > | value | ) |
Set the value.
| TEnum | enum type |
| value | Value to set |
| TEnum | : | struct |