| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnimationChannel> |
Animation.getChannels()
An array of animation channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.addChannels(AnimationChannel element)
Add the given channels.
|
void |
Animation.removeChannels(AnimationChannel element)
Remove the given channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.setChannels(java.util.List<AnimationChannel> channels)
An array of animation channels.
|
Copyright © 2024. All Rights Reserved.