AnimationClipEvaluator Class
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
Evaluates AnimationClip to a AnimationClipResult at a given time.
                 System.Object →  
                AnimationClipEvaluator
              
              
                 Derived from AnimationClipEvaluator: 
              
              
              
public sealed class AnimationClipEvaluator| Name | Description | |
|---|---|---|
| Properties | ||
| Clip | ||
| Methods | ||
| AddCurveValues(CompressedTimeSpan, AnimationClipResult) | ||
| Compute(CompressedTimeSpan, AnimationClipResult) | ||
Properties
Clip
public AnimationClip Clip { get; }Property Value
| Type | Description | 
|---|---|
| AnimationClip | 
Methods
AddCurveValues(CompressedTimeSpan, AnimationClipResult)
public void AddCurveValues(CompressedTimeSpan newTime, AnimationClipResult result)Parameters
| Type | Name | Description | 
|---|---|---|
| CompressedTimeSpan | newTime | |
| AnimationClipResult | result | 
Compute(CompressedTimeSpan, AnimationClipResult)
public void Compute(CompressedTimeSpan newTime, AnimationClipResult result)Parameters
| Type | Name | Description | 
|---|---|---|
| CompressedTimeSpan | newTime | |
| AnimationClipResult | result |