Struct CurveData
Syntax
Constructors
CurveData(Curve, Allocator)
Declaration
public CurveData(Curve curve, Allocator alloc)
Parameters
| Type |
Name |
Description |
| Curve |
curve |
|
| Allocator |
alloc |
|
Fields
allocatorLabel
Declaration
public Allocator allocatorLabel
Field Value
| Type |
Description |
| Allocator |
|
array
Declaration
Field Value
size
Declaration
Field Value
Properties
IsValid
Declaration
public bool IsValid { get; }
Property Value
Item[Int32]
Declaration
public Keyframe this[int index] { get; }
Parameters
| Type |
Name |
Description |
| Int32 |
index |
|
Property Value
| Type |
Description |
| Keyframe |
|
Methods
CreateInvalid()
Declaration
public static CurveData CreateInvalid()
Returns
ToCurve()
Declaration
Returns