---
title: scale
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/custommaterial/clearcoat-swift.struct/scale
---

# scale

The intensity of the clearcoat.

## Declaration

```swift
var scale: Float
```

## Discussion

Discussion Use the scale value either to hold a uniform clearcoat value that applies to the entire entity, or use it as a multiplier to scale the clearcoat intensity sampled from the texture property.

## See Also

### Accessing clearcoat values

- [texture](realitykit/custommaterial/clearcoat-swift.struct/texture.md)
