enableNormalFriction method

void enableNormalFriction()

Implementation

void enableNormalFriction() => setFriction(
      Vector2(0.1, 0.1),
    );