Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MegaMan
LevelEditor
AddEntityAction
C# Class MegaMan.LevelEditor.AddEntityAction
Inheritance:
HistoryAction
Exibir arquivo
Open project: Tesserex/C--MegaMan-Engine
Class Usage Examples
Public Methods
Method
Description
AddEntityAction
(
EntityPlacement
entity
,
ScreenDrawingSurface
surface
) :
System.Collections.Generic
Reverse
( ) :
HistoryAction
Run
( ) :
void
Method Details
AddEntityAction()
public
method
public
AddEntityAction
(
EntityPlacement
entity
,
ScreenDrawingSurface
surface
) :
System.Collections.Generic
entity
MegaMan.Common.EntityPlacement
surface
ScreenDrawingSurface
return
System.Collections.Generic
Reverse()
public
method
public
Reverse
( ) :
HistoryAction
return
HistoryAction
Run()
public
method
public
Run
( ) :
void
return
void