public interface AnimationFileWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeAnimation(String path,
Animation anim,
ChannelsParameterSource source,
Set<SynchronizedPointGroup> syncPointGroups)
Writes an Animation to File
|
void writeAnimation(String path, Animation anim, ChannelsParameterSource source, Set<SynchronizedPointGroup> syncPointGroups) throws Exception
path - path of the File to write toanim - Animation to writeException - if there is an errorCopyright © 2011-2014. All Rights Reserved.