Contents

setTimeSample(at:time:value:)

Sets the time-sampled value for the attribute at the given path at the specified time, wrapping the typed value in a USDValue.

Declaration

func setTimeSample<T>(at path: USDLayer.Path, time: USDLayer.TimeCode, value: T) where T : USDValueProtocol

Parameters

  • path:

    The attribute path.

  • time:

    The time at which to author.

  • value:

    The typed sample value.

See Also

Working with time samples