---
title: "init(rawValue:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/nshostingscenebridgingoptions/init(rawvalue:)"
---

# init(rawValue:)

Creates a new set from a raw value.

## Declaration

```swift
init(rawValue: Int)
```

## Parameters

- `rawValue`: The raw value with which to create the hosting window options.

## See Also

### Creating a bridging options

- [rawValue](swiftui/nshostingscenebridgingoptions/rawvalue.md)
