com.badlogic.gdx.scenes.scene2d.actions
Class RotateToAction

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.Action
      extended by com.badlogic.gdx.scenes.scene2d.actions.TemporalAction
          extended by com.badlogic.gdx.scenes.scene2d.actions.RotateToAction
All Implemented Interfaces:
Pool.Poolable

public class RotateToAction
extends TemporalAction

Sets the actor's rotation from its current value to a specific value.

Author:
Nathan Sweet

Constructor Summary
RotateToAction()
           
 
Method Summary
 float getRotation()
           
 void setRotation(float rotation)
           
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.actions.TemporalAction
act, finish, getDuration, getInterpolation, getTime, isReverse, reset, restart, setDuration, setInterpolation, setReverse, setTime
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.Action
getActor, getPool, setActor, setPool, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RotateToAction

public RotateToAction()
Method Detail

getRotation

public float getRotation()

setRotation

public void setRotation(float rotation)


Copyright © 2013. All Rights Reserved.