Table of Contents

MergeSceneMode

Specifies the different options for whether an additively loaded scene should be merged with the main test scene or not.

Fields
DontMerge = 0

Leave the additively loaded scene as separate from the main test scene, which contains the test runner.

Merge = 1

Merge the additively loaded scene with the main test scene, which contains the test runner.

See Also