Class AnimationChannel.ErrorNode
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
public class AnimationChannel.ErrorNode- Inheritance
- 
      objectAnimationChannel.ErrorNode
Constructors
ErrorNode(LinkedListNode<KeyFrameData<float>>, CompressedTimeSpan, float)
public ErrorNode(LinkedListNode<KeyFrameData<float>> keyFrame, CompressedTimeSpan biggestDeltaTime, float error)Parameters
- keyFrameLinkedListNode<KeyFrameData<float>>
- biggestDeltaTimeCompressedTimeSpan
- errorfloat
Fields
BiggestDeltaTime
public CompressedTimeSpan BiggestDeltaTimeField Value
Error
public float ErrorField Value
KeyFrame
public LinkedListNode<KeyFrameData<float>> KeyFrame