libgdx API

com.badlogic.gdx.scenes.scene2d
Class TemporalAction

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.Action
      extended by com.badlogic.gdx.scenes.scene2d.TemporalAction
Direct Known Subclasses:
Forever, Repeat

public abstract class TemporalAction
extends Action

A TemporalAction controls an Action by repeating, delaying etc. the effect of an Action.

Author:
Moritz Post

Field Summary
protected  Action action
           
protected  Actor target
           
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.Action
listener
 
Constructor Summary
TemporalAction()
           
 
Method Summary
 Action getAction()
          Gets the Action that is controlled by this TemporalAction.
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.Action
act, callActionCompletedListener, copy, finish, getCompletionListener, getTarget, isDone, reset, setCompletionListener, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

protected Action action

target

protected Actor target
Constructor Detail

TemporalAction

public TemporalAction()
Method Detail

getAction

public Action getAction()
Gets the Action that is controlled by this TemporalAction.

Returns:
the Action under control

libgdx API

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