libgdx API

Package com.badlogic.gdx.scenes.scene2d

Interface Summary
Cullable Allows a parent to set the area that is visible on a child actor to allow the child to cull when drawing itself.
Interpolator An interpolator defines the rate of change of an animation.
Layout Provides methods for an actor to participate in layout and to provide a minimum, preferred, and maximum size.
OnActionCompleted Listener interface called by an Action when it was completed.
 

Class Summary
Action An Action is used with an Actor and modifes the Actor's attributes over time.
Actor An Actor is part of a Stage or a Group within a Stage.
AnimationAction An AnimationAction performs a transformation on its target Actor.
CompositeAction A base class for composite actions which deals with multiple child Action.
Group A group is an Actor that contains other Actors (also other Groups which are Actors).
Stage A stage is a container for Actors and handles distributing touch events, animating actors and asking them to render themselves.
TemporalAction A TemporalAction controls an Action by repeating, delaying etc.
 


libgdx API

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