Class ShapeEditorCache
Inheritance
System.Object
ShapeEditorCache
Syntax
public class ShapeEditorCache : ScriptableObject
Properties
instance
Declaration
public static ShapeEditorCache instance { get; }
Property Value
leftTangent
Declaration
public Vector3 leftTangent { get; set; }
Property Value
rightTangent
Declaration
public Vector3 rightTangent { get; set; }
Property Value
rightTangentChanged
Declaration
public bool rightTangentChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
selection
Declaration
public ISelection selection { get; }
Property Value
Methods
ClearSelection()
Declaration
public static void ClearSelection()
GetSelection()
Declaration
public static ISelection GetSelection()
Returns
InvalidateCache()
Declaration
public static void InvalidateCache()
IsValid()
Declaration
public static bool IsValid()
Returns
Type |
Description |
System.Boolean |
|
RecordUndo()
Declaration
public static void RecordUndo()
RecordUndo(String)
Declaration
public static void RecordUndo(string undoName)
Parameters
Type |
Name |
Description |
System.String |
undoName |
|