AnimatableProperty1.SetTrack

AnimatableProperty<T>.SetTrack method

Assigns an animation curve to a given track.

public void SetTrack(string track, ICurveSampler<T> curve)
ParameterTypeDescription
trackStringThe name of the track.
curveICurveSampler`1A ICurveSampler instance which also implements IConvertibleCurve, or null to remove a track.

See Also