INTERNAL_CALL_SetInternalGameViewDimensions() private method

private INTERNAL_CALL_SetInternalGameViewDimensions ( GUIView self, Rect &rect, Rect &clippedRect, Vector2 &targetSize ) : void
self GUIView
rect UnityEngine.Rect
clippedRect UnityEngine.Rect
targetSize Vector2
return void
Exemplo n.º 1
0
 public void SetInternalGameViewDimensions(Rect rect, Rect clippedRect, Vector2 targetSize)
 {
     GUIView.INTERNAL_CALL_SetInternalGameViewDimensions(this, ref rect, ref clippedRect, ref targetSize);
 }