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

파라미터

positionWhere in the Scene to clear.
cameraThe camera to clear.

설명

Clears the camera.

The camera used by the Handle class is cleared before being used. This may happen, for example, before DrawCamera is used.