AnimationCurveEvaluatorOptimizedGroup<T> Class
Namespace: Stride.Animations
Assembly: Stride.Engine.dll
public abstract class AnimationCurveEvaluatorOptimizedGroup<T> : AnimationCurveEvaluatorOptimizedGroup
Type Parameters
|
Improve this Doc
View Source
Fields
animationData
protected AnimationData<T> animationData
Field Value
channels
protected FastListStruct<AnimationCurveEvaluatorOptimizedGroup<T>.Channel> channels
Field Value
|
Improve this Doc
View Source
Properties
ElementType
public override Type ElementType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
|
Improve this Doc
View Source
Methods
Cleanup()
public override void Cleanup()
Overrides
Initialize(AnimationData)
public override void Initialize(AnimationData animationData)
Parameters
Overrides
Initialize(AnimationData<T>)
public void Initialize(AnimationData<T> animationData)
Parameters
SetChannelOffset(String, Int32)
public override void SetChannelOffset(string name, int offset)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
offset |
|
Overrides
SetTime(CompressedTimeSpan)
protected void SetTime(CompressedTimeSpan timeSpan)
Parameters
Extension Methods