|
M3G 1.1 -- Jun 22, 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnimationTrack in javax.microedition.m3g |
Methods in javax.microedition.m3g that return AnimationTrack | |
AnimationTrack |
Object3D.getAnimationTrack(int index)
Gets an AnimationTrack by index. |
Methods in javax.microedition.m3g with parameters of type AnimationTrack | |
void |
Object3D.addAnimationTrack(AnimationTrack animationTrack)
Adds the given AnimationTrack to this Object3D, potentially changing the order and indices of the previously added tracks. |
void |
Object3D.removeAnimationTrack(AnimationTrack animationTrack)
Removes the given AnimationTrack from this Object3D, potentially changing the order and indices of the remaining tracks. |
|
M3G 1.1 -- Jun 22, 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |