setFilter method

void setFilter(
  1. ShapeFilter filter
)

Set the collision filtering parameters of this shape.

Implementation

void setFilter(ShapeFilter filter) => _shape.setFilter(filter);