libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.RepeatAction

Packages that use RepeatAction
com.badlogic.gdx.scenes.scene2d.actions   
 

Uses of RepeatAction in com.badlogic.gdx.scenes.scene2d.actions
 

Methods in com.badlogic.gdx.scenes.scene2d.actions that return RepeatAction
static RepeatAction Actions.forever(Action repeatedAction)
           
static RepeatAction Actions.repeat(int count, Action repeatedAction)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)