contains
Description:
[
Version ( since =
"1.0" ) ]
public bool contains (
float x,
float y)
Checks whether a point with x
, y
coordinates is contained withing this
Parameters:
this |
a ActorBox
|
x |
X coordinate of the point
|
y |
Y coordinate of the point
|
Returns:
true if the point is contained by the ActorBox
|