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