Java com.badlogic.gdx.scenes.scene2d Action fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.scenes.scene2d Action fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.scenes.scene2d Action.

The text is from its open source code.

Subclass

com.badlogic.gdx.scenes.scene2d.Action has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleanact public boolean act(float delta)
Updates the action based on time.
ActorgetActor()
voidreset()
Resets the optional state of this action to as if it were newly created, allowing the action to be pooled and reused.
voidrestart()
Sets the state of the action so it can be run again.
voidsetActor(Actor actor)
Sets the actor this action will be used for.
StringtoString()