libgdx API

com.badlogic.gdx.graphics.g3d.model
Class Animation

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.Animation
Direct Known Subclasses:
KeyframedAnimation, SkeletonAnimation

public class Animation
extends java.lang.Object


Field Summary
 java.lang.String name
           
 float totalDuration
           
 
Constructor Summary
Animation(java.lang.String name, float totalDuration)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name

totalDuration

public final float totalDuration
Constructor Detail

Animation

public Animation(java.lang.String name,
                 float totalDuration)

libgdx API

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