C# 클래스 PGMEBackend.GLControls.GLBlockChooser

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 프로퍼티들

프로퍼티 타입 설명
editorSelectHeight int
editorSelectWidth int
endMouseX int
endMouseY int
height int
mouseX int
mouseY int
rectDefaultColor Color
rectPaintColor Color
rectSelectColor Color
selectArray short[]
selectHeight int
selectWidth int
selectX int
selectY int
tool MapEditorTools
width int

공개 메소드들

메소드 설명
GLBlockChooser ( int w, int h ) : System
MouseDown ( MapEditorTools Tool ) : void
MouseLeave ( ) : void
MouseMove ( int x, int y ) : void
MouseUp ( MapEditorTools Tool ) : void
Paint ( int w, int h ) : void
SelectBlock ( int blockNum ) : void

비공개 메소드들

메소드 설명
Render ( ) : void
SetupViewport ( ) : void

메소드 상세

GLBlockChooser() 공개 메소드

public GLBlockChooser ( int w, int h ) : System
w int
h int
리턴 System

MouseDown() 공개 메소드

public MouseDown ( MapEditorTools Tool ) : void
Tool MapEditorTools
리턴 void

MouseLeave() 공개 메소드

public MouseLeave ( ) : void
리턴 void

MouseMove() 공개 메소드

public MouseMove ( int x, int y ) : void
x int
y int
리턴 void

MouseUp() 공개 메소드

public MouseUp ( MapEditorTools Tool ) : void
Tool MapEditorTools
리턴 void

Paint() 공개 메소드

public Paint ( int w, int h ) : void
w int
h int
리턴 void

SelectBlock() 공개 메소드

public SelectBlock ( int blockNum ) : void
blockNum int
리턴 void

프로퍼티 상세

editorSelectHeight 공개적으로 프로퍼티

public int editorSelectHeight
리턴 int

editorSelectWidth 공개적으로 프로퍼티

public int editorSelectWidth
리턴 int

endMouseX 공개적으로 프로퍼티

public int endMouseX
리턴 int

endMouseY 공개적으로 프로퍼티

public int endMouseY
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

mouseX 공개적으로 프로퍼티

public int mouseX
리턴 int

mouseY 공개적으로 프로퍼티

public int mouseY
리턴 int

rectDefaultColor 공개적으로 프로퍼티

public Color rectDefaultColor
리턴 Color

rectPaintColor 공개적으로 프로퍼티

public Color rectPaintColor
리턴 Color

rectSelectColor 공개적으로 프로퍼티

public Color rectSelectColor
리턴 Color

selectArray 공개적으로 프로퍼티

public short[] selectArray
리턴 short[]

selectHeight 공개적으로 프로퍼티

public int selectHeight
리턴 int

selectWidth 공개적으로 프로퍼티

public int selectWidth
리턴 int

selectX 공개적으로 프로퍼티

public int selectX
리턴 int

selectY 공개적으로 프로퍼티

public int selectY
리턴 int

tool 공개적으로 프로퍼티

public MapEditorTools tool
리턴 MapEditorTools

width 공개적으로 프로퍼티

public int width
리턴 int