Struct AnimationKeyValuePair<T>
- Namespace
 - Stride.Animations
 
- Assembly
 - Stride.Engine.dll
 
[DataContract]
public struct AnimationKeyValuePair<T>
  Type Parameters
T
- Inherited Members
 
Fields
ChannelIndex
public int ChannelIndex
  Field Value
RequiredTime
public CompressedTimeSpan RequiredTime
  Field Value
Value
public KeyFrameData<T> Value
  Field Value
- KeyFrameData<T>
 
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
  Returns
- string
 The fully qualified type name.