positionCorrectionFromCollision method

void positionCorrectionFromCollision(
  1. Vector2 position
)

Implementation

void positionCorrectionFromCollision(Vector2 position) {
  super.position = position;
}