| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Animation> |
GlTF.defaultAnimations()
Returns the default value of the animations
|
java.util.Map<java.lang.String,Animation> |
GlTF.getAnimations()
A dictionary object of keyframe animations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addAnimations(java.lang.String key,
Animation value)
Add the given animations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setAnimations(java.util.Map<java.lang.String,Animation> animations)
A dictionary object of keyframe animations.
|
Copyright © 2024. All Rights Reserved.