Table of Contents

Enum BlockHolder.MultiBlockStrategy

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

Strategy when multiple blocks are located.

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 set (usually) by Mega Studio in edit mode will be maintained until both related blocks are located.

EditMode = 2

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