|
@@ -23,7 +23,7 @@
|
|
|
[page:Vector2 min] - (optional) [page:Vector2] representing the lower (x, y) boundary of the box.
|
|
|
Default is ( + Infinity, + Infinity ).<br>
|
|
|
|
|
|
- [page:Vector2 max] - (optional) [page:Vector2] representing the lower upper (x, y) boundary of the box.
|
|
|
+ [page:Vector2 max] - (optional) [page:Vector2] representing the upper (x, y) boundary of the box.
|
|
|
Default is ( - Infinity, - Infinity ).<br /><br />
|
|
|
|
|
|
Creates a [name] bounded by min and max.
|
|
@@ -172,7 +172,7 @@
|
|
|
<h3>[method:Box2 set]( [param:Vector2 min], [param:Vector2 max] )</h3>
|
|
|
<p>
|
|
|
[page:Vector2 min] - (required ) [page:Vector2] representing the lower (x, y) boundary of the box. <br>
|
|
|
- [page:Vector2 max] - (required) [page:Vector2] representing the lower upper (x, y) boundary of the box. <br /><br />
|
|
|
+ [page:Vector2 max] - (required) [page:Vector2] representing the upper (x, y) boundary of the box. <br /><br />
|
|
|
|
|
|
Sets the lower and upper (x, y) boundaries of this box.
|
|
|
</p>
|