Table of Contents

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

int

RequiredTime

public CompressedTimeSpan RequiredTime

Field Value

CompressedTimeSpan

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.