- override
Called when the action is executed. If you are implementing your own ActionInstant, override this method.
Source
@override void fire() { _node.removeFromParent(); }
Called when the action is executed. If you are implementing your own ActionInstant, override this method.
@override void fire() { _node.removeFromParent(); }