Overlay.maxSize

public Vector2 maxSize;

Description

Maximum size of the Overlay.

Overlays can be resized. The maxSize variable is the maximum width and height that the Overlay can be resized. This is typically a Vector2(4000,4000). If the axis of both the minSize and maxSize are set to 0, resizing is disabled for that axis.


Did you find this page useful? Please give it a rating: