Class SplineEditor
Inheritance
System.Object
SplineEditor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.U2D
Syntax
public class SplineEditor
Constructors
SplineEditor(Editor, SpriteShape)
Declaration
public SplineEditor(Editor editor, SpriteShape spriteShape)
Parameters
Type | Name | Description |
---|---|---|
Editor | editor | |
SpriteShape | spriteShape |
Properties
spline
Declaration
public Spline spline { get; }
Property Value
Type | Description |
---|---|
Spline |
Methods
CycleSpriteIndex()
Declaration
public void CycleSpriteIndex()
HandleHotKeys()
Declaration
public void HandleHotKeys()
OnDisable()
Declaration
public void OnDisable()
OnInspectorGUI(Spline)
Declaration
public void OnInspectorGUI(Spline spline)
Parameters
Type | Name | Description |
---|---|---|
Spline | spline |