Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MegaMan
LevelEditor
TileBrushCell
C# Class MegaMan.LevelEditor.TileBrushCell
Afficher le fichier
Open project: Tesserex/C--MegaMan-Engine
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
tile
MegaMan.Common.Tile
x
int
y
int
Méthodes publiques
Méthode
Description
TileBrushCell
(
int
x
,
int
y
,
Tile
tile
) :
System
Method Details
TileBrushCell()
public
méthode
public
TileBrushCell
(
int
x
,
int
y
,
Tile
tile
) :
System
x
int
y
int
tile
MegaMan.Common.Tile
Résultat
System
Property Details
tile
public_oe property
public
Tile,MegaMan.Common
tile
Résultat
MegaMan.Common.Tile
x
public_oe property
public
int
x
Résultat
int
y
public_oe property
public
int
y
Résultat
int