| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnimationSampler> |
Animation.getSamplers()
An array of animation samplers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.addSamplers(AnimationSampler element)
Add the given samplers.
|
void |
Animation.removeSamplers(AnimationSampler element)
Remove the given samplers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.setSamplers(java.util.List<AnimationSampler> samplers)
An array of animation samplers.
|
Copyright © 2024. All Rights Reserved.