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

Description

设置当前摄像机,以便所有手柄和辅助图标均使用相应设置进行绘制。

Sets Camera.current to be camera and sets its pixelRect.. This does not draw the camera, only sets it to be "active". To draw it use DrawCamera.