Class RigLayerDrawer
Inherited Members
Namespace: UnityEditor.Animations.Rigging
Syntax
[CustomPropertyDrawer(typeof(RigLayer))]
public class RigLayerDrawer : 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 |
---|---|
Single |
Overrides
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 |