This Element
This element is used to define information about gags.
<Gag Name="Chalkboard" Animation="Gag_Chalkboard" Cyclic="false">
<!-- See Child Elements -->
</Gag>
- Name: The name of the gag.
- Animation: The name of a PoseTransformAnimation to use on this gag.
- Cyclic: TODO.
Child Elements
OutputPure3DFile
This element is used to output the gag to an OutputPure3DFile.
<OutputPure3DFile Name="MyOutputFile" />
- Name: The name of the OutputPure3DFile to put the gag in.
Notes
Building gags will cause the tool to output a file called GagLocators.txt
containing the locations of every gag for use in the GagSetPosition.
Version History
1.0
Initial release.