|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Animator.WrapMode | |
---|---|
com.badlogic.gdx.graphics.g3d | |
com.badlogic.gdx.graphics.g3d.keyframed | |
com.badlogic.gdx.graphics.g3d.loaders.md5 |
Uses of Animator.WrapMode in com.badlogic.gdx.graphics.g3d |
---|
Fields in com.badlogic.gdx.graphics.g3d declared as Animator.WrapMode | |
---|---|
protected Animator.WrapMode |
Animator.mWrapMode
|
Methods in com.badlogic.gdx.graphics.g3d that return Animator.WrapMode | |
---|---|
Animator.WrapMode |
Animator.getCurrentWrapMode()
Gets the current animation Animator.WrapMode . |
static Animator.WrapMode |
Animator.WrapMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Animator.WrapMode[] |
Animator.WrapMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.badlogic.gdx.graphics.g3d with parameters of type Animator.WrapMode | |
---|---|
void |
Animator.setAnimation(Animation anim,
Animator.WrapMode mode)
Sets the currently playing Animation . |
Uses of Animator.WrapMode in com.badlogic.gdx.graphics.g3d.keyframed |
---|
Methods in com.badlogic.gdx.graphics.g3d.keyframed with parameters of type Animator.WrapMode | |
---|---|
void |
KeyframedModel.setAnimation(java.lang.String animKey,
Animator.WrapMode wrapMode)
Set the current playing animation. |
Uses of Animator.WrapMode in com.badlogic.gdx.graphics.g3d.loaders.md5 |
---|
Methods in com.badlogic.gdx.graphics.g3d.loaders.md5 with parameters of type Animator.WrapMode | |
---|---|
void |
MD5Animator.setAnimation(Animation anim,
Animator.WrapMode wrapMode)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |