init(blending:)
Creates an object from a custom material’s blending property.
Declaration
init(blending value: CustomMaterial.Blending)Parameters
- value:
The custom material’s blending property.
Discussion
This initializer creates a PhysicallyBasedMaterial.Blending instance using the values from an existing CustomMaterial.Blending object.