ActionRepeatForever(ActionInterval action)

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

var myInifiniteLoop = new ActionRepeatForever(myAction);

Source

ActionRepeatForever(this.action);