C# 클래스 PGMEBackend.GLControls.GLPermsChooser

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

공개 프로퍼티들

프로퍼티 타입 설명
editorSelectHeight int
editorSelectWidth int
mouseX int
mouseY int
rectDefaultColor Color
rectPaintColor Color
selectArray byte[]
selectX int
selectY int
tool MapEditorTools

공개 메소드들

메소드 설명
GLPermsChooser ( 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
SelectPerm ( int permNum ) : void

비공개 메소드들

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

메소드 상세

GLPermsChooser() 공개 메소드

public GLPermsChooser ( 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

SelectPerm() 공개 메소드

public SelectPerm ( int permNum ) : void
permNum int
리턴 void

프로퍼티 상세

editorSelectHeight 공개적으로 프로퍼티

public int editorSelectHeight
리턴 int

editorSelectWidth 공개적으로 프로퍼티

public int editorSelectWidth
리턴 int

mouseX 공개적으로 프로퍼티

public int mouseX
리턴 int

mouseY 공개적으로 프로퍼티

public int mouseY
리턴 int

rectDefaultColor 공개적으로 프로퍼티

public Color rectDefaultColor
리턴 Color

rectPaintColor 공개적으로 프로퍼티

public Color rectPaintColor
리턴 Color

selectArray 공개적으로 프로퍼티

public byte[] selectArray
리턴 byte[]

selectX 공개적으로 프로퍼티

public int selectX
리턴 int

selectY 공개적으로 프로퍼티

public int selectY
리턴 int

tool 공개적으로 프로퍼티

public MapEditorTools tool
리턴 MapEditorTools