Variable<T>
Class in LogicToolkit / Inherits from: VariableBase<T>
Description
Generic type of variables stored in Blackboard
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Variable value type |
Methods
Method Name | Description |
---|---|
GetValue | Get the value. |
RestoreDefaults | Restore default value to current value |
SetDefaultWithoutNotify | Set a value to the default value without notification. |
SetValueWithoutNotify | Set the value without notification. |
StoreDefaults | Store value as default value |
Inherited Members
Properties
Property Name | Description |
---|---|
Id | ID |
Events
Event Name | Description |
---|---|
ValueChanged | Callback when value changes |
Methods
Method Name | Description |
---|---|
GetObject | Get the value as object type. |
GetString | Get the value as a string. |
GetValueType | Get the type of a value. |
RaiseValueChanged | Raises a value change event. |
SetDefault | Set a value to the default value. |
SetValue | Set the value. |
SetValue | Set the value. |
SetValueWithoutNotify | Set the value without notification. |