Table of Contents

Class MegaCloudFrameFilter

Namespace
easyar
Assembly
EasyAR.Sense.dll

The MonoBehaviour that controls the Mega cloud service component in the scene.

public abstract class MegaCloudFrameFilter : FrameFilter
Inheritance
MegaCloudFrameFilter
Derived

Properties

Targets

The loaded MegaBlockController.

public List<MegaBlockController> Targets { get; }

Events

TargetLoad

The event that a block has finished loading.

Loading is a virtual process and will not fail.

Only when the service contains data corresponding to the block ID, and the data is correctly loaded into the MegaBlockController of MegaCloudFrameFilter, can it be used normally in ARSession and the content be displayed correctly.

public event Action<MegaBlockController> TargetLoad

TargetUnload

The event when the block unloading is completed.

public event Action<MegaBlockController> TargetUnload