AbstractHermeticGUIControlSetMemberValueT Method |
Sets value to the controlled member.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntaxprotected void SetMemberValue<T>(
T value,
GuiActionsList actionsList = null
)
Request Example
View SourceParameters
- value
- Type: T
The new value to set. - actionsList (Optional)
- Type: KSPDev.GUIUtilsGuiActionsList
The actions list to submit the update actions into. If it's null, then the update and
the notification will happen immediately.
Type Parameters
- T
- The type of the member.
See Also