init(_:_:)
Creates a material-pair key from the names of the two materials.
Declaration
init(_ material1: String, _ material2: String)Parameters
- material1:
The name of the first material.
- material2:
The name of the second material.
Creates a material-pair key from the names of the two materials.
init(_ material1: String, _ material2: String)The name of the first material.
The name of the second material.