Class EmbeddedSplineDataPropertyDrawer
Creates a property drawer for EmbeddedSplineData types.
Inherited Members
Namespace: UnityEditor.Splines
Assembly: solution.dll
Syntax
[CustomPropertyDrawer(typeof(EmbeddedSplineData))]
[CustomPropertyDrawer(typeof(EmbeddedSplineDataFieldsAttribute))]
public class EmbeddedSplineDataPropertyDrawer : PropertyDrawer
Methods
| Name | Description |
|---|---|
| GetPropertyHeight(SerializedProperty, GUIContent) | Gets the height of a SerializedProperty in pixels. |
| OnGUI(Rect, SerializedProperty, GUIContent) | Creates an interface for a SerializedProperty with an EmbeddedSplineData type. |