C# Class PGMEBackend.GLControls.GLPermsChooser

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Свойство Type Description
editorSelectHeight int
editorSelectWidth int
mouseX int
mouseY int
rectDefaultColor Color
rectPaintColor Color
selectArray byte[]
selectX int
selectY int
tool MapEditorTools

Méthodes publiques

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

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

Method Details

GLPermsChooser() public méthode

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

SelectPerm() public méthode

public SelectPerm ( int permNum ) : void
permNum 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

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

selectArray public_oe property

public byte[] selectArray
Résultat byte[]

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