Class MegaGoBlockController
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
The MonoBehaviour of the block tracked by MegaGoTrackerFrameFilter in the scene.
public class MegaGoBlockController : TargetController
- Inheritance
-
MegaGoBlockController
- Inherited Members
Properties
Info
Block information, only available after TargetLoad succeeds.
public MegaGoBlockController.BlockInfo Info { get; }
Source
Create the data source for the target. Modifications are only effective if made before MonoBehaviour.Start.
public MegaGoBlockController.SourceData Source { get; set; }
Tracker
Load the MegaGoTrackerFrameFilter of the target. If set to null, the target will be unloaded from the previously set tracker. It can be modified at any time, and the loading will only occur when the session is running.
public MegaGoTrackerFrameFilter Tracker { get; set; }