libgdx API

Uses of Class
com.badlogic.gdx.graphics.g3d.model.keyframe.KeyframedAnimation

Packages that use KeyframedAnimation
com.badlogic.gdx.graphics.g3d.model.keyframe   
 

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

Fields in com.badlogic.gdx.graphics.g3d.model.keyframe declared as KeyframedAnimation
protected  KeyframedAnimation[] KeyframedModel.animations
           
 

Fields in com.badlogic.gdx.graphics.g3d.model.keyframe with type parameters of type KeyframedAnimation
 ObjectMap<java.lang.String,KeyframedAnimation> KeyframedSubMesh.animations
           
 

Methods in com.badlogic.gdx.graphics.g3d.model.keyframe that return KeyframedAnimation
 KeyframedAnimation KeyframedModel.getAnimation(java.lang.String name)
           
 KeyframedAnimation[] KeyframedModel.getAnimations()
           
 

Constructor parameters in com.badlogic.gdx.graphics.g3d.model.keyframe with type arguments of type KeyframedAnimation
KeyframedSubMesh(java.lang.String name, Mesh mesh, float[] blendedVertices, ObjectMap<java.lang.String,KeyframedAnimation> animations, int animatedComponents, int primitiveType)
           
 


libgdx API

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