Click or drag to resize

AbstractHermeticGUIControlGetMemberValueT Method

Get the value from the controlled member.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
protected T GetMemberValue<T>()
Request Example View Source

Type Parameters

T
The type of the member.

Return Value

Type: T
The value of the member.
See Also