libgdx API

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

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.Animation
      extended by com.badlogic.gdx.graphics.g3d.model.keyframe.KeyframedAnimation

public class KeyframedAnimation
extends Animation


Field Summary
 float frameDuration
           
 Keyframe[] keyframes
           
 
Fields inherited from class com.badlogic.gdx.graphics.g3d.model.Animation
name, totalDuration
 
Constructor Summary
KeyframedAnimation(java.lang.String name, float frameDuration, Keyframe[] keyframes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frameDuration

public final float frameDuration

keyframes

public final Keyframe[] keyframes
Constructor Detail

KeyframedAnimation

public KeyframedAnimation(java.lang.String name,
                          float frameDuration,
                          Keyframe[] keyframes)

libgdx API

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