AnimationCurveEvaluatorGroup Class
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
System.Object →
AnimationCurveEvaluatorGroup
Derived from AnimationCurveEvaluatorGroup: AnimationCurveEvaluatorDirectGroup AnimationCurveEvaluatorOptimizedGroup
public abstract class AnimationCurveEvaluatorGroup
Name | Description | |
---|---|---|
Properties | ||
ElementType | ||
Methods | ||
Cleanup() | ||
Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[]) |
Properties
ElementType
public abstract Type ElementType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
Cleanup()
public virtual void Cleanup()
Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])
public abstract void Evaluate(CompressedTimeSpan newTime, IntPtr data, UpdateObjectData[] objects)
Parameters
Type | Name | Description |
---|---|---|
CompressedTimeSpan | newTime | |
System.IntPtr | data | |
UpdateObjectData[] | objects |