AnimationKeyValuePair<T> Struct
Namespace: Stride.Animations
Assembly: Stride.Engine.dll
[DataContract]
public struct AnimationKeyValuePair<T>
Type Parameters
|
Improve this Doc
View Source
Fields
ChannelIndex
Field Value
Type |
Description |
System.Int32 |
|
RequiredTime
public CompressedTimeSpan RequiredTime
Field Value
Value
public KeyFrameData<T> Value
Field Value
|
Improve this Doc
View Source
Methods
ToString()
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
Extension Methods