Method | Description | |
---|---|---|
GetPropertyHeight ( UnityEditor.SerializedProperty property, |
Override this method to specify how tall the GUI for this field is in pixels.
|
|
OnGUI ( |
Override this method to make your own GUI for the property.
|
Method | Description | |
---|---|---|
PropertyDrawer ( ) : System |
Method | Description | |
---|---|---|
GetPropertyHeightSafe ( UnityEditor.SerializedProperty property, |
||
OnGUISafe ( |
public GetPropertyHeight ( UnityEditor.SerializedProperty property, |
||
property | UnityEditor.SerializedProperty | The SerializedProperty to make the custom GUI for. |
label | The label of this property. | |
return | float |
public OnGUI ( |
||
position | Rectangle on the screen to use for the property GUI. | |
property | UnityEditor.SerializedProperty | The SerializedProperty to make the custom GUI for. |
label | The label of this property. | |
return | void |