Click or drag to resize

AbstractHermeticGUIControlGetMemberValueT Method

Get the value from the controlled member.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
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