Class SplineGUI
Contains IMGUI controls for editing Spline data.
Inherited Members
Namespace: UnityEditor.Splines
Assembly: solution.dll
Syntax
public static class SplineGUI
Methods
| Name | Description |
|---|---|
| SplineIndexField(Rect, SerializedProperty, GUIContent, int) | Creates a dropdown to select an index between 0 and . |
| SplineIndexField<T>(Rect, SerializedProperty, GUIContent, T) | Creates a dropdown to select an index between 0 and the count of UnityEditor.Splines contained in the provided . |
| SplineIndexPopup(Rect, string, int, int) | Creates a dropdown to select an index between 0 and . |