Click or drag to resize
TypePropertyDrawerOnGUI Method

[Missing <summary> documentation for "M:Slash.Unity.Editor.Common.PropertyDrawers.TypePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]

Namespace: Slash.Unity.Editor.Common.PropertyDrawers
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public override void OnGUI(
	Rect position,
	SerializedProperty property,
	GUIContent label
)

Parameters

position
Type: Rect

[Missing <param name="position"/> documentation for "M:Slash.Unity.Editor.Common.PropertyDrawers.TypePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]

property
Type: SerializedProperty

[Missing <param name="property"/> documentation for "M:Slash.Unity.Editor.Common.PropertyDrawers.TypePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]

label
Type: GUIContent

[Missing <param name="label"/> documentation for "M:Slash.Unity.Editor.Common.PropertyDrawers.TypePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]

See Also