Contents

timeSamples(in:)

Returns time samples authored within the specified interval.

Declaration

func timeSamples(in interval: ClosedRange<USDStage.TimeCode>) -> [USDStage.TimeCode]

Parameters

  • interval:

    The time interval to query.

Return Value

Time samples within the interval, or an empty array if none exist.