libgdx API

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

Packages that use Animation
com.badlogic.gdx.graphics.g3d.model   
com.badlogic.gdx.graphics.g3d.model.keyframe   
com.badlogic.gdx.graphics.g3d.model.skeleton   
 

Uses of Animation in com.badlogic.gdx.graphics.g3d.model
 

Methods in com.badlogic.gdx.graphics.g3d.model that return Animation
 Animation AnimatedModel.getAnimation(java.lang.String name)
          Get a specific named animation out of the model.
 Animation[] AnimatedModel.getAnimations()
          Get an array containing all of the animations in this model.
 

Uses of Animation in com.badlogic.gdx.graphics.g3d.model.keyframe
 

Subclasses of Animation in com.badlogic.gdx.graphics.g3d.model.keyframe
 class KeyframedAnimation
           
 

Uses of Animation in com.badlogic.gdx.graphics.g3d.model.skeleton
 

Subclasses of Animation in com.badlogic.gdx.graphics.g3d.model.skeleton
 class SkeletonAnimation
           
 


libgdx API

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