IAnimationSampler1.GetCubicKeys

IAnimationSampler<T>.GetCubicKeys method

Gets the cubic animation entries fot CUBICSPLINE mode.

public IEnumerable<(float Key, (T TangentIn, T Value, T TangentOut) Value)> GetCubicKeys()

Return Value

A sequence of Time-(TangentIn,Value,TangentOut) keys.

See Also