AnimationInitialValues<T> Struct
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
[DataContract]
public struct AnimationInitialValues<T>
Type Parameters
| Name | Description |
|---|---|
| T |
| Name | Description | |
|---|---|---|
| Fields | ||
| InterpolationType | ||
| Value1 | ||
| Value2 | ||
Fields
InterpolationType
public AnimationCurveInterpolationType InterpolationType
Field Value
| Type | Description |
|---|---|
| AnimationCurveInterpolationType |
Value1
public KeyFrameData<T> Value1
Field Value
| Type | Description |
|---|---|
| KeyFrameData<T> |
Value2
public KeyFrameData<T> Value2
Field Value
| Type | Description |
|---|---|
| KeyFrameData<T> |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()