Property | Type | Description | |
---|---|---|---|
Intersects | bool | ||
Point | System.Vector2 |
Method | Description | |
---|---|---|
IntersectionResult ( bool intersects = false, System.Vector2 point = newVector2() ) : System |
Initializes a new instance of the IntersectionResult struct. Constructor for Intersection Result
|
public IntersectionResult ( bool intersects = false, System.Vector2 point = newVector2() ) : System | ||
intersects | bool | /// Intersection of input /// |
point | System.Vector2 | /// Intersection Point /// |
return | System |