KeyFrameData<T> Struct
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
A single key frame value.
[DataContract]
public struct KeyFrameData<T>
Type Parameters
Name | Description |
---|---|
T |
Name | Description | |
---|---|---|
Constructors | ||
KeyFrameData(CompressedTimeSpan, T) | ||
Fields | ||
Time | ||
Value | ||
Methods | ||
ToString() |
Constructors
KeyFrameData(CompressedTimeSpan, T)
public KeyFrameData(CompressedTimeSpan time, T value)
Parameters
Type | Name | Description |
---|---|---|
CompressedTimeSpan | time | |
T | value |
Fields
Time
public CompressedTimeSpan Time
Field Value
Type | Description |
---|---|
CompressedTimeSpan |
Value
public T Value
Field Value
Type | Description |
---|---|
T |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()