프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Intersects | bool | ||
Point | System.Vector2 |
메소드 | 설명 | |
---|---|---|
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 /// |
리턴 | System |