Свойство | Type | Description | |
---|---|---|---|
Knob | float |
Méthode | Description | |
---|---|---|
GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float | ||
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void |
Méthode | Description | |
---|---|---|
Knob ( Rect position, Vector2 knobSize, float currentValue, float start, float end, string unit, Color backgroundColor, Color activeColor, bool showValue ) : float |
public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float | ||
property | UnityEditor.SerializedProperty | |
label | GUIContent | |
Résultat | float |
public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void | ||
position | Rect | |
property | UnityEditor.SerializedProperty | |
label | GUIContent | |
Résultat | void |