---
title: "init(offset:scale:)"
framework: usdkit
role: symbol
role_heading: Initializer
path: "usdkit/usdlayer/timeoffset/init(offset:scale:)"
---

# init(offset:scale:)

Creates a time offset with the given shift and scale.

## Declaration

```swift
init(offset: Double = 0.0, scale: Double = 1.0)
```

## Parameters

- `offset`: The time shift applied during composition.
- `scale`: The scale factor applied during composition.
