File Input and Output
The topics in this section describe the file input and output functionality of the MotionBuilder SDK.
File Input and Output Operations
FBApplication
is responsible for the majority of the file input and output operations of the MotionBuilder SDK. The exception is audio and video file operations, which are defined in FBAudioClip
and FBVideo
respectively.
File Options
Instances of FBFbxOptions
can be used in the methods of FBApplication
to specify which scene elements to load from or save to a file.
File Events
FBApplication
provides a file event system allowing you to register functions to be called when events such as FBApplication.OnFileNew
, FBApplication.OnFileOpenCompleted
, and FBApplication.OnFileExit
are triggered.