libgdx API

com.badlogic.gdx.graphics.g3d
Interface AnimatedModelInstance

All Superinterfaces:
StillModelInstance
All Known Implementing Classes:
AnimatedModelNode

public interface AnimatedModelInstance
extends StillModelInstance


Method Summary
 java.lang.String getAnimation()
           
 float getAnimationTime()
           
 boolean isLooping()
           
 
Methods inherited from interface com.badlogic.gdx.graphics.g3d.StillModelInstance
getBoundingSphereRadius, getMaterials, getSortCenter, getTransform
 

Method Detail

getAnimation

java.lang.String getAnimation()

getAnimationTime

float getAnimationTime()

isLooping

boolean isLooping()

libgdx API

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