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

# init(rawValue:)

Creates a new instance with the specified raw value.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: The raw value to use for the new instance.

## See Also

### Initializers

- [init(_:)](spatial/axis3d/init(_:).md)
