ActionRepeatForever constructor
Creates a new action with the action that is passed in.
var myInifiniteLoop = new ActionRepeatForever(myAction);
Implementation
ActionRepeatForever(this.action);
Creates a new action with the action that is passed in.
var myInifiniteLoop = new ActionRepeatForever(myAction);
ActionRepeatForever(this.action);