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)
ParameterTypeDescription
trackStringAn animation track name, or null.
offsetSingleA 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