Class InputActionPropertyDrawer
Implements
PropertyDrawer
Namespace: Editor
Assembly: cs.temp.dll.dll
Syntax
public class InputActionPropertyDrawer : 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