public static void ClearCamera (Rect position, Camera camera);

参数

position要在场景中进行清除的位置。
camera要清除的摄像机。

描述

清除摄像机。

Handle 类使用的摄像机将在使用前被清除。例如,在使用 DrawCamera 之前可能会发生这种情况。