Class MegaCloudFrameFilter
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
A MonoBehaviour that controls Mega cloud service components in the scene.
public abstract class MegaCloudFrameFilter : FrameFilter
- Inheritance
-
MegaCloudFrameFilter
- Derived
Properties
Targets
Loaded MegaBlockController.
public List<MegaBlockController> Targets { get; }
Events
TargetLoad
Event for Block load completion.
Loading is a virtual process and will not fail.
Only when the service contains data for the corresponding block ID can a MegaBlockController that is correctly loaded into MegaCloudFrameFilter be used normally in ARSession, and only then can content be displayed correctly.
public event Action<MegaBlockController> TargetLoad
TargetUnload
Event for Block unload completion.
public event Action<MegaBlockController> TargetUnload