Contents

collisionFilters

Defines the collision groups that each particle belongs to, and the mask used to determine which collision groups each particle is affected by.

Declaration

var collisionFilters: PerClothVertexData<ClothCollisionFilter> { get set }

Discussion

By default, the collision groups are set to .defaultBodies, and the mask is set to .all.

See Also

Managing collisions