Class SpriteShapeEditor
Inheritance
System.Object
SpriteShapeEditor
Syntax
public class SpriteShapeEditor : Editor, IAngleRangeCache
Properties
angleRanges
Declaration
public List<AngleRange> angleRanges { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<AngleRange> |
|
Implements
previewAngle
Declaration
public float previewAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
selectedIndex
Declaration
public int selectedIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Methods
Declaration
public void DrawHeader(GUIContent content)
Parameters
Type |
Name |
Description |
GUIContent |
content |
|
OnEnable()
Declaration
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
RegisterUndo(String)
Declaration
public void RegisterUndo(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Implements