Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
MegaMan
LevelEditor
TileBrushCell
C# Class MegaMan.LevelEditor.TileBrushCell
Mostra file
Open project: Tesserex/C--MegaMan-Engine
Class Usage Examples
Public Properties
Property
Type
Description
tile
MegaMan.Common.Tile
x
int
y
int
Public Methods
Method
Description
TileBrushCell
(
int
x
,
int
y
,
Tile
tile
) :
System
Method Details
TileBrushCell()
public
method
public
TileBrushCell
(
int
x
,
int
y
,
Tile
tile
) :
System
x
int
y
int
tile
MegaMan.Common.Tile
return
System
Property Details
tile
public_oe property
public
Tile,MegaMan.Common
tile
return
MegaMan.Common.Tile
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int