AnimationChannel.ErrorNode Class
Namespace: Stride.Animations
Assembly: Stride.Engine.dll
System.Object →
AnimationChannel.ErrorNode
Derived from AnimationChannel.ErrorNode:
|
Improve this Doc
View Source
Constructors
ErrorNode(LinkedListNode<KeyFrameData<Single>>, CompressedTimeSpan, Single)
public ErrorNode(LinkedListNode<KeyFrameData<float>> keyFrame, CompressedTimeSpan biggestDeltaTime, float error)
Parameters
Type |
Name |
Description |
System.Collections.Generic.LinkedListNode<KeyFrameData<System.Single>> |
keyFrame |
|
CompressedTimeSpan |
biggestDeltaTime |
|
System.Single |
error |
|
|
Improve this Doc
View Source
Fields
BiggestDeltaTime
public CompressedTimeSpan BiggestDeltaTime
Field Value
Error
Field Value
Type |
Description |
System.Single |
|
KeyFrame
public LinkedListNode<KeyFrameData<float>> KeyFrame
Field Value
Type |
Description |
System.Collections.Generic.LinkedListNode<KeyFrameData<System.Single>> |
|
Extension Methods