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
IO
Xml
Entities
CollisionComponentXmlWriter
C# Class MegaMan.IO.Xml.Entities.CollisionComponentXmlWriter
Inheritance:
IComponentXmlWriter
Exibir arquivo
Open project: Tesserex/C--MegaMan-Engine
Public Methods
Method
Description
Write
(
IComponentInfo
info
,
XmlWriter
writer
) :
void
Private Methods
Method
Description
WriteHitbox
(
HitBoxInfo
box
,
XmlWriter
writer
) :
void
Method Details
Write()
public
method
public
Write
(
IComponentInfo
info
,
XmlWriter
writer
) :
void
info
IComponentInfo
writer
System.Xml.XmlWriter
return
void