org.mechio.api.animation.xml
Interface AnimationFileWriter
public interface AnimationFileWriter
Interface for writing an Animation to File.
- Author:
- Matthew Stevenson
writeAnimation
void writeAnimation(String path,
Animation anim,
ChannelsParameterSource source,
Set<SynchronizedPointGroup> syncPointGroups)
throws Exception
- Writes an Animation to File
- Parameters:
path - path of the File to write toanim - Animation to write
- Throws:
Exception - if there is an error
Copyright © 2011-2015. All Rights Reserved.