MyDungeon Documentation
![]() | SceneFieldPropertyDrawerOnGUI Method |
[Missing <summary> documentation for "M:MyDungeon.Utilities.SceneFieldPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]
Namespace: MyDungeon.Utilities
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public override void OnGUI( Rect position, SerializedProperty property, GUIContent label )
Parameters
- position
- Type: Rect
[Missing <param name="position"/> documentation for "M:MyDungeon.Utilities.SceneFieldPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]
- property
- Type: SerializedProperty
[Missing <param name="property"/> documentation for "M:MyDungeon.Utilities.SceneFieldPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]
- label
- Type: GUIContent
[Missing <param name="label"/> documentation for "M:MyDungeon.Utilities.SceneFieldPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)"]
