libgdx API

com.badlogic.gdx.graphics.g3d.model.skeleton
Class SkeletonKeyframe

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.skeleton.SkeletonKeyframe

public class SkeletonKeyframe
extends java.lang.Object


Field Summary
 int parentIndex
           
 Vector3 position
           
 Quaternion rotation
           
 Vector3 scale
           
 float timeStamp
           
 
Constructor Summary
SkeletonKeyframe()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timeStamp

public float timeStamp

parentIndex

public int parentIndex

position

public final Vector3 position

scale

public final Vector3 scale

rotation

public final Quaternion rotation
Constructor Detail

SkeletonKeyframe

public SkeletonKeyframe()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

libgdx API

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