Class SpeechCommandPropertyDrawer
Implements
PropertyDrawer
Namespace: Editor
Assembly: cs.temp.dll.dll
Syntax
public class SpeechCommandPropertyDrawer : PropertyDrawer, PropertyDrawer
Methods
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect rect, SerializedProperty property, GUIContent content)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | |
SerializedProperty | property | |
GUIContent | content |
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect rect, SerializedProperty property, GUIContent content)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | |
SerializedProperty | property | |
GUIContent | content |
Implements
PropertyDrawer