Метод | Описание | |
---|---|---|
GetPropertyHeight ( UnityEditor.SerializedProperty property, |
Gets the height that is passed into the rect in OnGUI.
|
|
OnGUI ( |
Raises the GUI event and draws the property.
|
Метод | Описание | |
---|---|---|
BuildObjectField ( |
||
BuildWarningRectangle ( |
||
IsNotWiredUp ( UnityEditor.SerializedProperty property ) : bool | ||
IsPropertyNotNullInSceneAndPrefab ( UnityEditor.SerializedProperty property ) : bool | ||
IsPropertyOnPrefab ( UnityEditor.SerializedProperty property ) : bool |
public GetPropertyHeight ( UnityEditor.SerializedProperty property, |
||
property | UnityEditor.SerializedProperty | Serialized property. |
label | Label for the property. | |
Результат | float |
public OnGUI ( |
||
position | Position for the property. | |
property | UnityEditor.SerializedProperty | Serialized property. |
label | Label for the property. | |
Результат | void |