enum MAGES::Recorder::RecorderModule::ChapterRecordingMode¶
Overview¶
Defines how chapters are recorded. More…
enum ChapterRecordingMode
{
Manual,
PerAction,
};
Detailed Documentation¶
Defines how chapters are recorded.
Enum Values¶
Manual
Chapters are only recorded when PushChapter(string) is called.
PerAction
A chapter is recorded each time a scene graph action is initialized.