Table of Contents

Class AnimationChannel.ErrorNode

Namespace
Stride.Animations
Assembly
Stride.Engine.dll
public class AnimationChannel.ErrorNode
Inheritance
AnimationChannel.ErrorNode

Constructors

ErrorNode(LinkedListNode<KeyFrameData<float>>, CompressedTimeSpan, float)

public ErrorNode(LinkedListNode<KeyFrameData<float>> keyFrame, CompressedTimeSpan biggestDeltaTime, float error)

Parameters

keyFrame LinkedListNode<KeyFrameData<float>>
biggestDeltaTime CompressedTimeSpan
error float

Fields

BiggestDeltaTime

public CompressedTimeSpan BiggestDeltaTime

Field Value

CompressedTimeSpan

Error

public float Error

Field Value

float

KeyFrame

public LinkedListNode<KeyFrameData<float>> KeyFrame

Field Value

LinkedListNode<KeyFrameData<float>>