init
Description:
[
Version ( since =
"1.10" ) ]
public unowned ActorBox?
init (
float x_1,
float y_1,
float x_2,
float y_2)
Initializes this with the given coordinates.
Parameters:
this |
a ActorBox
|
x_1 |
X coordinate of the top left point
|
y_1 |
Y coordinate of the top left point
|
x_2 |
X coordinate of the bottom right point
|
y_2 |
Y coordinate of the bottom right point
|
Returns: