AnimationCurveEvaluatorDirectGroup<T> Class
Namespace: Stride.Animations
Assembly: Stride.Engine.dll
public abstract class AnimationCurveEvaluatorDirectGroup<T> : AnimationCurveEvaluatorDirectGroup
Type Parameters
|
Improve this Doc
View Source
Fields
channels
protected FastListStruct<AnimationCurveEvaluatorDirectGroup<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
AddChannel(AnimationCurve, Int32)
public override void AddChannel(AnimationCurve curve, int offset)
Parameters
Overrides
Cleanup()
public override void Cleanup()
Overrides
Initialize()
SetTime(ref AnimationCurveEvaluatorDirectGroup<T>.Channel, CompressedTimeSpan)
protected static void SetTime(ref AnimationCurveEvaluatorDirectGroup<T>.Channel channel, CompressedTimeSpan newTime)
Parameters
Extension Methods