---
title: "init(_:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/physicallybasedmaterial/clearcoatnormal-swift.struct/init(_:)"
---

# init(_:)

Creates a clear coat normal object from a custom material’s clear coat normal property.

## Declaration

```swift
init(_ value: CustomMaterial.ClearcoatNormal)
```

## Parameters

- `value`: The ClearcoatNormal object from a CustomMaterial.ClearcoatNormal object.
