IMyTerminalValueControl<TValue> Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Interfaces.Terminal
The IMyTerminalValueControl< TValue> type exposes the following members.
Name | Description | |
---|---|---|
![]() | As<TValue> |
Property type cast
(Defined by TerminalPropertyExtensions.) |
![]() | AsBool |
Property type cast
(Defined by TerminalPropertyExtensions.) |
![]() | AsColor |
Property type cast
(Defined by TerminalPropertyExtensions.) |
![]() | AsFloat |
Property type cast
(Defined by TerminalPropertyExtensions.) |
![]() | Cast<TValue> |
Property type cast
(Defined by TerminalPropertyExtensions.) |
![]() | Is<TValue> |
Check property type
(Defined by TerminalPropertyExtensions.) |
Name | Description | |
---|---|---|
![]() | Getter |
This is triggered when the value of the control is required.
|
![]() | Id |
Property Id (value name)
(Inherited from ITerminalProperty.) |
![]() | Setter |
This is triggered when the value of the control is set by the user. Depending on the control, this may be called a lot.
|
![]() | TypeName | (Inherited from ITerminalProperty.) |