Table of Contents

Class MegaGoBlockController

Namespace
easyar
Assembly
EasyAR.Sense.dll

MonoBehaviour for a block tracked by MegaGoTrackerFrameFilter in the scene.

public class MegaGoBlockController : TargetController
Inheritance
MegaGoBlockController
Inherited Members

Properties

Info

Block information, available only after TargetLoad succeeds.

public MegaGoBlockController.BlockInfo Info { get; }

Source

Data source for creating target. Changes are effective only before MonoBehaviour.Start.

public MegaGoBlockController.SourceData Source { get; set; }

Tracker

MegaGoTrackerFrameFilter that loads the target. If set to null, the target will be unloaded from the previously set tracker. Can be modified at any time; loading occurs only when the session is running.

public MegaGoTrackerFrameFilter Tracker { get; set; }