Click or drag to resize

SingleLineDrawerOnGUI Method

OnGUI

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override void OnGUI(
	Rect position,
	SerializedProperty prop,
	GUIContent label
)

Parameters

position
Type: Rect
Position
prop
Type: SerializedProperty
Property
label
Type: GUIContent
Label
See Also