ActionRepeatForever constructor

ActionRepeatForever(ActionInterval action)

Creates a new action with the action that is passed in.

var myInifiniteLoop = new ActionRepeatForever(myAction);

Implementation

ActionRepeatForever(this.action);