| Modifier and Type | Method and Description |
|---|---|
java.util.List<Animation> |
GlTF.getAnimations()
An array of keyframe animations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addAnimations(Animation element)
Add the given animations.
|
void |
GlTF.removeAnimations(Animation element)
Remove the given animations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setAnimations(java.util.List<Animation> animations)
An array of keyframe animations.
|
Copyright © 2024. All Rights Reserved.