Struct KeyFrame
Represents an individual Keyframe
Namespace: Unity.Curves
Syntax
public struct KeyFrame
Fields
InTangent
Declaration
public float InTangent
Field Value
Type | Description |
---|---|
Single |
InWeight
Declaration
public float InWeight
Field Value
Type | Description |
---|---|
Single |
OutTangent
Declaration
public float OutTangent
Field Value
Type | Description |
---|---|
Single |
OutWeight
Declaration
public float OutWeight
Field Value
Type | Description |
---|---|
Single |
Time
Declaration
public float Time
Field Value
Type | Description |
---|---|
Single |
Value
Declaration
public float Value
Field Value
Type | Description |
---|---|
Single |
WeightedMode
Declaration
public int WeightedMode
Field Value
Type | Description |
---|---|
Int32 |