Package one.empty3.library.core.testing
Class ExportAnimationData
- java.lang.Object
-
- one.empty3.library.core.testing.ExportAnimationData
-
public class ExportAnimationData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExportAnimationData(java.io.File file, TestObjet animation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
end()
void
writeFrameData(int frameNo, java.lang.Object data)
void
writeGlobalData(java.lang.String key, java.lang.Object data)
-
-
-
Constructor Detail
-
ExportAnimationData
public ExportAnimationData(java.io.File file, TestObjet animation) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
-