Struct KeyFrameData<T>
- Namespace
 - Stride.Animations
 
- Assembly
 - Stride.Engine.dll
 
A single key frame value.
[DataContract]
public struct KeyFrameData<T>
  Type Parameters
T
- Inherited Members
 
Constructors
KeyFrameData(CompressedTimeSpan, T)
public KeyFrameData(CompressedTimeSpan time, T value)
  Parameters
timeCompressedTimeSpanvalueT
Fields
Time
public CompressedTimeSpan Time
  Field Value
Value
public T Value
  Field Value
- T
 
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
  Returns
- string
 The fully qualified type name.