Constructor Curve
Curve(AnimationCurve, Allocator)
Declaration
public Curve(AnimationCurve c, Allocator alloc)
Parameters
Curve(int, Allocator)
Declaration
public Curve(int size, Allocator alloc)
Parameters
Curve(Keyframe[], Allocator)
Declaration
public Curve(Keyframe[] keyframes, Allocator alloc)
Parameters
Curve(NativeArray<Keyframe>, Allocator)
Declaration
public Curve(NativeArray<Keyframe> keyframes, Allocator alloc)
Parameters
Curve(NativeArray<Keyframe>)
Declaration
public Curve(NativeArray<Keyframe> keyframes)
Parameters
Curve(Curve)
Declaration
public Curve(Curve other)
Parameters
Type |
Name |
Description |
Curve |
other |
|
Curve(Curve, Allocator)
Declaration
public Curve(Curve other, Allocator alloc)
Parameters