removeOnFinish property

bool removeOnFinish
getter/setter pair

Whether the effect should be removed from its parent once it is completed, true by default.

Setting this to false will cause the effect component to remain in the game tree in the "completed" state. However, you can reset() the effect in order to make it run once again.

Implementation

bool removeOnFinish;