Photon Quantum 3.0.0

Public Attributes | List of all members
Quantum.FPAnimationCurve.Keyframe Struct Reference

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...
 

Detailed Description

Only used to recreate the curve in the Unity Editor.

Member Data Documentation

◆ Time

FP Quantum.FPAnimationCurve.Keyframe.Time

Time stamp of the keyframe.

◆ Value

FP Quantum.FPAnimationCurve.Keyframe.Value

The value of the curve at keyframe.

◆ InTangent

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.

◆ OutTangent

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.

◆ TangentMode

int Quantum.FPAnimationCurve.Keyframe.TangentMode

Deprecated

◆ TangentModeLeft

byte Quantum.FPAnimationCurve.Keyframe.TangentModeLeft

Deprecated

◆ TangentModeRight

byte Quantum.FPAnimationCurve.Keyframe.TangentModeRight

Deprecated

◆ WeightedMode

byte Quantum.FPAnimationCurve.Keyframe.WeightedMode

Weighted mode for the keyframe.