Contents

setTimeSample(at:time:value:)

Sets the time-sampled value for the attribute at the given path at the specified time.

Declaration

func setTimeSample(at path: USDLayer.Path, time: USDLayer.TimeCode, value: USDValue)

Parameters

  • path:

    The attribute path.

  • time:

    The time at which to author.

  • value:

    The new sample value.

See Also

Working with time samples