Table of Contents

Enum BlockHolder.MultiBlockStrategy

Namespace
EasyAR.Mega.Scene
Assembly
EasyAR.Mega.Scene.dll

Strategy when locating multiple Blocks.

public enum BlockHolder.MultiBlockStrategy

Fields

Disable = 0

Multiple Blocks are not allowed. A fatal error will be thrown if multiple Blocks are detected during runtime.

PlayMode = 1

The relative transformation between Blocks will be calculated at runtime, and the values (usually) set by Mega Studio in edit mode will remain until both relevant Blocks are located.

EditMode = 2

The relative transformation between Blocks will not change at runtime and will remain the values (usually) set by Mega Studio in edit mode unchanged.