Table of Contents

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

time CompressedTimeSpan
value T

Fields

Time

public CompressedTimeSpan Time

Field Value

CompressedTimeSpan

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.