Changes a rectangle's minimum and maximum points (that define it) to those specified by min and max locations.
min
max
Does nothing if either location is null or invalid.
You can't create your own rectangle that would match the dimensions of GetWorldBounds. The maxX and maxY will be smaller by 32.0 than that of the world bounds.
GetWorldBounds
32.0
See: Rect, SetRect, MoveRectTo, MoveRectToLoc.
Rect
SetRect
MoveRectTo
MoveRectToLoc
Generated using TypeDoc
Changes a rectangle's minimum and maximum points (that define it) to those specified by
min
andmax
locations.Does nothing if either location is null or invalid.