activateStatic method

void activateStatic(
  1. Shape filter
)

Wake up any sleeping or idle bodies touching a static body.

Implementation

void activateStatic(Shape filter) => _body.activateStatic(filter);