AnimatableProperty1.SetTrack
AnimatableProperty<T>.SetTrack method
Assigns an animation curve to a given track.
public void SetTrack(string track, ICurveSampler<T> curve)
Parameter | Type | Description |
---|---|---|
track | String | The name of the track. |
curve | ICurveSampler`1 | A ICurveSampler instance which also implements IConvertibleCurve , or null to remove a track. |
See Also
- interface ICurveSampler<T>
- class AnimatableProperty<T>
- namespace Aspose.CAD.FileFormats.GLB.Animations
- assembly Aspose.CAD