Only used to recreate the curve in the Unity Editor. More...
Public Attributes | |
FP | InTangent |
Sets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key. More... | |
FP | OutTangent |
Sets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key. More... | |
int | TangentMode |
Deprecated More... | |
byte | TangentModeLeft |
Deprecated More... | |
byte | TangentModeRight |
Deprecated More... | |
FP | Time |
Time stamp of the keyframe. More... | |
FP | Value |
The value of the curve at keyframe. More... | |
byte | WeightedMode |
Weighted mode for the keyframe. More... | |
Only used to recreate the curve in the Unity Editor.
FP Quantum.FPAnimationCurve.Keyframe.Time |
Time stamp of the keyframe.
FP Quantum.FPAnimationCurve.Keyframe.Value |
The value of the curve at keyframe.
FP Quantum.FPAnimationCurve.Keyframe.InTangent |
Sets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key.
FP Quantum.FPAnimationCurve.Keyframe.OutTangent |
Sets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key.
int Quantum.FPAnimationCurve.Keyframe.TangentMode |
Deprecated
byte Quantum.FPAnimationCurve.Keyframe.TangentModeLeft |
Deprecated
byte Quantum.FPAnimationCurve.Keyframe.TangentModeRight |
Deprecated
byte Quantum.FPAnimationCurve.Keyframe.WeightedMode |
Weighted mode for the keyframe.