C# 클래스 EzGame.Perspective.Planar.Raycaster.Ray

상속: Line
파일 보기 프로젝트 열기: CodeTreeCommunity/Shooter2D

공개 프로퍼티들

프로퍼티 타입 설명
Obstacle EzGame.Collision.Polygon

공개 메소드들

메소드 설명
Intersects ( Polygon Polygon ) : bool
Intersects ( Polygon Polygon, Vector2 &Intersection ) : bool
Ray ( Vector2 Start, Vector2 End ) : System

메소드 상세

Intersects() 공개 메소드

public Intersects ( Polygon Polygon ) : bool
Polygon EzGame.Collision.Polygon
리턴 bool

Intersects() 공개 메소드

public Intersects ( Polygon Polygon, Vector2 &Intersection ) : bool
Polygon EzGame.Collision.Polygon
Intersection Vector2
리턴 bool

Ray() 공개 메소드

public Ray ( Vector2 Start, Vector2 End ) : System
Start Vector2
End Vector2
리턴 System

프로퍼티 상세

Obstacle 공개적으로 프로퍼티

public Polygon,EzGame.Collision Obstacle
리턴 EzGame.Collision.Polygon