|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.graphics.g3d.model.Animation
com.badlogic.gdx.graphics.g3d.model.skeleton.SkeletonAnimation
public class SkeletonAnimation
Field Summary | |
---|---|
SkeletonKeyframe[][] |
perJointkeyFrames
|
Fields inherited from class com.badlogic.gdx.graphics.g3d.model.Animation |
---|
name, totalDuration |
Constructor Summary | |
---|---|
SkeletonAnimation(java.lang.String name,
float totalDuration,
SkeletonKeyframe[][] perJointKeyFrames)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final SkeletonKeyframe[][] perJointkeyFrames
Constructor Detail |
---|
public SkeletonAnimation(java.lang.String name, float totalDuration, SkeletonKeyframe[][] perJointKeyFrames)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |