ReorderableListDrawerOnGUI Method |
OnGUI
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public override void OnGUI(
Rect position,
SerializedProperty property,
GUIContent label
)
Public Overrides Sub OnGUI (
position As Rect,
property As SerializedProperty,
label As GUIContent
)
public:
virtual void OnGUI(
Rect position,
SerializedProperty^ property,
GUIContent^ label
) override
abstract OnGUI :
position : Rect *
property : SerializedProperty *
label : GUIContent -> unit
override OnGUI :
position : Rect *
property : SerializedProperty *
label : GUIContent -> unit
Parameters
- position
- Type: Rect
Position - property
- Type: SerializedProperty
Property - label
- Type: GUIContent
Label
See Also