AnimatableProperty1.GetValueAt
AnimatableProperty<T>.GetValueAt method
Evaluates the value of this AnimatableProperty at a given offset for a given track.
public T GetValueAt(string track, float offset)
| Parameter | Type | Description |
|---|---|---|
| track | String | An animation track name, or null. |
| offset | Single | A time offset within the given animation track. |
Return Value
The evaluated value taken from the animation track, or Value if a track was not found.
See Also
- class AnimatableProperty<T>
- namespace Aspose.CAD.FileFormats.GLB.Animations
- assembly Aspose.CAD