subscript(_:)

Accesses the friction override for the given material pair, returning nil if no override exists.

Declaration

subscript(key: ClothSimulationComponent.FrictionOverridesCollection.Key) -> ClothSimulationComponent.FrictionOverridesCollection.Value? { get set }