---
title: "init(_:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/custommaterial/custommaterialtexture/init(_:)-71hfh"
---

# init(_:)

Creates a custom texture by copying values from a material parameters texture.

## Declaration

```swift
init(_ texture: MaterialParameters.Texture)
```

## Parameters

- `texture`: The material parameters texture object.

## See Also

### Creating a custom texture

- [init(_:)](realitykit/custommaterial/custommaterialtexture/init(_:)-1i8wq.md)
