INTERNAL_CALL_Viewport() private method

private INTERNAL_CALL_Viewport ( Rect &pixelRect ) : void
pixelRect Rect
return void
コード例 #1
0
ファイル: GL.cs プロジェクト: lsx6244413/UnityDecomplie
 public static void Viewport(Rect pixelRect)
 {
     GL.INTERNAL_CALL_Viewport(ref pixelRect);
 }