libgdx API

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

Packages that use Animation
com.badlogic.gdx.graphics.g3d   
com.badlogic.gdx.graphics.g3d.keyframed   
com.badlogic.gdx.graphics.g3d.loaders.md5   
 

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

Fields in com.badlogic.gdx.graphics.g3d declared as Animation
protected  Animation Animator.mCurrentAnim
           
 

Methods in com.badlogic.gdx.graphics.g3d that return Animation
 Animation Animator.getCurrentAnimation()
          Gets the currently playing Animation.
 

Methods in com.badlogic.gdx.graphics.g3d with parameters of type Animation
 void Animator.setAnimation(Animation anim, Animator.WrapMode mode)
          Sets the currently playing Animation.
 

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

Subclasses of Animation in com.badlogic.gdx.graphics.g3d.keyframed
 class KeyframeAnimation
           
 

Uses of Animation in com.badlogic.gdx.graphics.g3d.loaders.md5
 

Subclasses of Animation in com.badlogic.gdx.graphics.g3d.loaders.md5
 class MD5Animation
          Represents an MD5 (Doom 3) skeletal animation.
 

Methods in com.badlogic.gdx.graphics.g3d.loaders.md5 with parameters of type Animation
 void MD5Animator.setAnimation(Animation anim, Animator.WrapMode wrapMode)
           
 


libgdx API

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