Class KeyframeUtilities
Inheritance
KeyframeUtilities
Assembly: solution.dll
Syntax
public static class KeyframeUtilities
Methods
Name |
Description |
AlignTangentsClamped(NativeArray<Keyframe>)
|
|
AlignTangentsLinear(NativeArray<Keyframe>)
|
|
AlignTangentsSmooth(NativeArray<Keyframe>)
|
|
AlignTogether(ref Keyframe, ref Keyframe, bool)
|
|
AlignWithNeighbors(ref Keyframe, Keyframe, Keyframe)
|
|
AlignWithNeighborsClamped(ref Keyframe, Keyframe, Keyframe)
|
|
AlignWithNext(ref Keyframe, Keyframe, bool)
|
|
AlignWithPrevious(ref Keyframe, Keyframe, bool)
|
|
EndTime(Keyframe[])
|
|
Evaluate(float, ref int, Keyframe[])
|
|
Evaluate(float, Keyframe, Keyframe)
|
|
Seek(float, int, Keyframe[])
|
|
SetLeftTangentMode(ref Keyframe, InterpolationMode)
|
|
SetRightTangentMode(ref Keyframe, InterpolationMode)
|
|
StartTime(Keyframe[])
|
|