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