|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |