exit abstract method

void exit([
  1. GameEntity? owner
])

This method is called once during a state transition when the {@link StateMachine} makes this state inactive.

Implementation

void exit([GameEntity? owner]);