subscript(_:_:)
Accesses a body material by name, returning nil if the name is absent or the material is not a body material.
Declaration
subscript(name: String, type: ClothBodyMaterial.Type) -> ClothBodyMaterial? { get set }Accesses a body material by name, returning nil if the name is absent or the material is not a body material.
subscript(name: String, type: ClothBodyMaterial.Type) -> ClothBodyMaterial? { get set }