Table of Contents

Class MegaCloudFrameFilter

命名空间
easyar
程序集
EasyAR.Sense.dll

在场景中控制 Mega 云服务组件的MonoBehaviour

public abstract class MegaCloudFrameFilter : FrameFilter
继承
MegaCloudFrameFilter
Derived

属性

Targets

已加载的 MegaBlockController

public List<MegaBlockController> Targets { get; }

事件

TargetLoad

Block 加载完成的事件。

加载为虚拟过程,不会失败。

只有服务中包含对应 block ID 的数据,正确且被加载到 MegaCloudFrameFilterMegaBlockController 才能在 ARSession 中正常使用,内容才能显示正确。

public event Action<MegaBlockController> TargetLoad

TargetUnload

Block 卸载完成的事件。

public event Action<MegaBlockController> TargetUnload