C# Class PGMEBackend.GLControls.GLBlockChooser

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Render ( ) : void
SetupViewport ( ) : void

Method Details

GLBlockChooser() public méthode

public GLBlockChooser ( int w, int h ) : System
w int
h int
Résultat System

MouseDown() public méthode

public MouseDown ( MapEditorTools Tool ) : void
Tool MapEditorTools
Résultat void

MouseLeave() public méthode

public MouseLeave ( ) : void
Résultat void

MouseMove() public méthode

public MouseMove ( int x, int y ) : void
x int
y int
Résultat void

MouseUp() public méthode

public MouseUp ( MapEditorTools Tool ) : void
Tool MapEditorTools
Résultat void

Paint() public méthode

public Paint ( int w, int h ) : void
w int
h int
Résultat void

SelectBlock() public méthode

public SelectBlock ( int blockNum ) : void
blockNum int
Résultat void

Property Details

editorSelectHeight public_oe property

public int editorSelectHeight
Résultat int

editorSelectWidth public_oe property

public int editorSelectWidth
Résultat int

endMouseX public_oe property

public int endMouseX
Résultat int

endMouseY public_oe property

public int endMouseY
Résultat int

height public_oe property

public int height
Résultat int

mouseX public_oe property

public int mouseX
Résultat int

mouseY public_oe property

public int mouseY
Résultat int

rectDefaultColor public_oe property

public Color rectDefaultColor
Résultat Color

rectPaintColor public_oe property

public Color rectPaintColor
Résultat Color

rectSelectColor public_oe property

public Color rectSelectColor
Résultat Color

selectArray public_oe property

public short[] selectArray
Résultat short[]

selectHeight public_oe property

public int selectHeight
Résultat int

selectWidth public_oe property

public int selectWidth
Résultat int

selectX public_oe property

public int selectX
Résultat int

selectY public_oe property

public int selectY
Résultat int

tool public_oe property

public MapEditorTools tool
Résultat MapEditorTools

width public_oe property

public int width
Résultat int