public bool BeginExport( string animationName, AnimationExportParameters exportParameters )
Public Function BeginExport( _ ByVal animationName As String, _ ByVal exportParameters As AnimationExportParameters _ ) As Boolean
Parameters
- animationName
- The name of the animation to be exported.
- exportParameters
- Settings defining the export. A null value will use current settings.
Return Value
True if the export was able to start.