Class Vector3BoolDrawer
Inheritance
System.Object
Vector3BoolDrawer
Syntax
public class Vector3BoolDrawer : PropertyDrawer
Methods
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
| Type |
Name |
Description |
| SerializedProperty |
property |
|
| GUIContent |
label |
|
Returns
| Type |
Description |
| System.Single |
|
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect rect, SerializedProperty property, GUIContent label)
Parameters
| Type |
Name |
Description |
| Rect |
rect |
|
| SerializedProperty |
property |
|
| GUIContent |
label |
|