C# Class PGMEBackend.GLControls.GLPermsChooser

显示文件 Open project: Diegoisawesome/AwesomeMapEditor-old

Public Properties

Property Type Description
editorSelectHeight int
editorSelectWidth int
mouseX int
mouseY int
rectDefaultColor Color
rectPaintColor Color
selectArray byte[]
selectX int
selectY int
tool MapEditorTools

Public Methods

Method Description
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

Private Methods

Method Description
Render ( ) : void
SetupViewport ( ) : void

Method Details

GLPermsChooser() public method

public GLPermsChooser ( int w, int h ) : System
w int
h int
return System

MouseDown() public method

public MouseDown ( MapEditorTools Tool ) : void
Tool MapEditorTools
return void

MouseLeave() public method

public MouseLeave ( ) : void
return void

MouseMove() public method

public MouseMove ( int x, int y ) : void
x int
y int
return void

MouseUp() public method

public MouseUp ( MapEditorTools Tool ) : void
Tool MapEditorTools
return void

Paint() public method

public Paint ( int w, int h ) : void
w int
h int
return void

SelectPerm() public method

public SelectPerm ( int permNum ) : void
permNum int
return void

Property Details

editorSelectHeight public_oe property

public int editorSelectHeight
return int

editorSelectWidth public_oe property

public int editorSelectWidth
return int

mouseX public_oe property

public int mouseX
return int

mouseY public_oe property

public int mouseY
return int

rectDefaultColor public_oe property

public Color rectDefaultColor
return Color

rectPaintColor public_oe property

public Color rectPaintColor
return Color

selectArray public_oe property

public byte[] selectArray
return byte[]

selectX public_oe property

public int selectX
return int

selectY public_oe property

public int selectY
return int

tool public_oe property

public MapEditorTools tool
return MapEditorTools