IAnimationSampler1.GetLinearKeys

IAnimationSampler<T>.GetLinearKeys method

Gets the linear animation entries for STEP and LINEAR modes.

public IEnumerable<(float Key, T Value)> GetLinearKeys()

Return Value

A sequence of Time-Value keys.

See Also