RealityPlaneBaseBehaviour Class

Description

RealityPlaneBaseBehaviour是在AR场景中根据camera或其它设备的数据显示现实场景图像的component。

通常你不需要修改这个 plane. 如果你需要关闭 camera 背景显示,可以关闭 ARCameraBaseBehaviour.RenderReality ,这会完成你需要的工作,并且会做更多,比如关闭 camera texture upload 以减少资源占用。

Overwritten MonoBahaviour Functions

protected virtual void Awake()
protected virtual void Update()