INTERNAL_CALL_Internal_SetMinMaxSizes() private method

private INTERNAL_CALL_Internal_SetMinMaxSizes ( ContainerWindow self, Vector2 &minSize, Vector2 &maxSize ) : void
self ContainerWindow
minSize Vector2
maxSize Vector2
return void
 private void Internal_SetMinMaxSizes(Vector2 minSize, Vector2 maxSize)
 {
     ContainerWindow.INTERNAL_CALL_Internal_SetMinMaxSizes(this, ref minSize, ref maxSize);
 }