Contents

remove(_:)

Removes the specified material property from the material.

Declaration

func remove(_ property: MDLMaterialProperty)

Parameters

  • property:

    The material property object to remove.

Discussion

This method has no effect if the specified material property is not contained in the material.

See Also

Working with individual material properties