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