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