C# 클래스 CameraBuddy.Spectate.Data.Lanes

파일 보기 프로젝트 열기: coman3/EloBuddy.Addons

공개 프로퍼티들

프로퍼티 타입 설명
BotLane System.Drawing.Drawing2D.GraphicsPath
MidLane System.Drawing.Drawing2D.GraphicsPath
TopLane System.Drawing.Drawing2D.GraphicsPath

공개 메소드들

메소드 설명
InWhatLane ( this pos ) : Lane
IsInBotLane ( this pos ) : bool
IsInLane ( this pos, Lane lane ) : bool
IsInMidLane ( this pos ) : bool
IsInTopLane ( this pos ) : bool

비공개 메소드들

메소드 설명
Lanes ( ) : System.Drawing.Drawing2D

메소드 상세

InWhatLane() 공개 정적인 메소드

public static InWhatLane ( this pos ) : Lane
pos this
리턴 Lane

IsInBotLane() 공개 정적인 메소드

public static IsInBotLane ( this pos ) : bool
pos this
리턴 bool

IsInLane() 공개 정적인 메소드

public static IsInLane ( this pos, Lane lane ) : bool
pos this
lane Lane
리턴 bool

IsInMidLane() 공개 정적인 메소드

public static IsInMidLane ( this pos ) : bool
pos this
리턴 bool

IsInTopLane() 공개 정적인 메소드

public static IsInTopLane ( this pos ) : bool
pos this
리턴 bool

프로퍼티 상세

BotLane 공개적으로 정적으로 프로퍼티

public static GraphicsPath,System.Drawing.Drawing2D BotLane
리턴 System.Drawing.Drawing2D.GraphicsPath

MidLane 공개적으로 정적으로 프로퍼티

public static GraphicsPath,System.Drawing.Drawing2D MidLane
리턴 System.Drawing.Drawing2D.GraphicsPath

TopLane 공개적으로 정적으로 프로퍼티

public static GraphicsPath,System.Drawing.Drawing2D TopLane
리턴 System.Drawing.Drawing2D.GraphicsPath