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

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

Rectangle() 공개 메소드

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

ToPolygon() 공개 메소드

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

프로퍼티 상세

Direction 공개적으로 프로퍼티

public Vector2,System Direction
리턴 System.Vector2

Perpendicular 공개적으로 프로퍼티

public Vector2,System Perpendicular
리턴 System.Vector2

REnd 공개적으로 프로퍼티

public Vector2,System REnd
리턴 System.Vector2

RStart 공개적으로 프로퍼티

public Vector2,System RStart
리턴 System.Vector2

Width 공개적으로 프로퍼티

public float Width
리턴 float