init(offset:scale:)
Creates a time offset with the given shift and scale.
Declaration
init(offset: Double = 0.0, scale: Double = 1.0)Parameters
- offset:
The time shift applied during composition.
- scale:
The scale factor applied during composition.
Creates a time offset with the given shift and scale.
init(offset: Double = 0.0, scale: Double = 1.0)The time shift applied during composition.
The scale factor applied during composition.