SpeechKeywordPropertyDrawer.OnGUI Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void OnGUI(UnityEngine::Rect rect, UnityEditor::SerializedProperty ^ property, UnityEngine::GUIContent ^ content);
public override void OnGUI (UnityEngine.Rect rect, UnityEditor.SerializedProperty property, UnityEngine.GUIContent content);
override this.OnGUI : UnityEngine.Rect * UnityEditor.SerializedProperty * UnityEngine.GUIContent -> unit
Public Overrides Sub OnGUI (rect As Rect, property As SerializedProperty, content As GUIContent)
Parameters
- rect
- UnityEngine.Rect
- property
- UnityEditor.SerializedProperty
- content
- UnityEngine.GUIContent