INTERNAL_CALL_Internal_Show() 개인적인 메소드

private INTERNAL_CALL_Internal_Show ( ContainerWindow self, Rect &r, int showMode, Vector2 &minSize, Vector2 &maxSize ) : void
self ContainerWindow
r UnityEngine.Rect
showMode int
minSize Vector2
maxSize Vector2
리턴 void
예제 #1
0
 private void Internal_Show(Rect r, int showMode, Vector2 minSize, Vector2 maxSize)
 {
     ContainerWindow.INTERNAL_CALL_Internal_Show(this, ref r, showMode, ref minSize, ref maxSize);
 }