C# 클래스 RTS.Input.RTSUIBuildPanel

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
Build ( RTSTeam team ) : void
Dispose ( ) : void
GetSelection ( int x, int y ) : RTSBuildingData
Hook ( ) : void
Inside ( int x, int y ) : bool
RTSUIBuildPanel ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
Unhook ( ) : void

메소드 상세

Build() 공개 메소드

public Build ( RTSTeam team ) : void
team RTSEngine.Data.Team.RTSTeam
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetSelection() 공개 메소드

public GetSelection ( int x, int y ) : RTSBuildingData
x int
y int
리턴 RTSEngine.Data.Team.RTSBuildingData

Hook() 공개 메소드

public Hook ( ) : void
리턴 void

Inside() 공개 메소드

public Inside ( int x, int y ) : bool
x int
y int
리턴 bool

RTSUIBuildPanel() 공개 메소드

public RTSUIBuildPanel ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
wr BlisterUI.Widgets.WidgetRenderer
w int
h int
bCount int
sbw int
sbh int
리턴 System

Unhook() 공개 메소드

public Unhook ( ) : void
리턴 void