libgdx API

com.badlogic.gdx.graphics.g3d
Class Animation

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.Animation
Direct Known Subclasses:
KeyframeAnimation, MD5Animation

public abstract class Animation
extends java.lang.Object

Abstract class for an animation.

Author:
Dave Clayton

Constructor Summary
Animation()
           
 
Method Summary
abstract  float getLength()
           
abstract  int getNumFrames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Animation

public Animation()
Method Detail

getLength

public abstract float getLength()

getNumFrames

public abstract int getNumFrames()

libgdx API

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