C# 클래스 Nocturne.Evade.Geometry.Rectangle

파일 보기 프로젝트 열기: xQxCPMxQx/LeagueSharp2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Direction Vector2
Perpendicular Vector2
REnd Vector2
RStart Vector2
Width float

공개 메소드들

메소드 설명
Rectangle ( Vector2 start, Vector2 end, float width ) : System
ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon

메소드 상세

Rectangle() 공개 메소드

public Rectangle ( Vector2 start, Vector2 end, float width ) : System
start Vector2
end Vector2
width float
리턴 System

ToPolygon() 공개 메소드

public ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon
offset int
overrideWidth float
리턴 Polygon

프로퍼티 상세

Direction 공개적으로 프로퍼티

public Vector2 Direction
리턴 Vector2

Perpendicular 공개적으로 프로퍼티

public Vector2 Perpendicular
리턴 Vector2

REnd 공개적으로 프로퍼티

public Vector2 REnd
리턴 Vector2

RStart 공개적으로 프로퍼티

public Vector2 RStart
리턴 Vector2

Width 공개적으로 프로퍼티

public float Width
리턴 float