Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Gruppe22
Backend
GapTile
C# 클래스 Gruppe22.Backend.GapTile
A tile to have something like a hole in the floor.
상속:
Tile
파일 보기
프로젝트 열기: propra13-orga/gruppe22
공개 메소드들
메소드
설명
GapTile
(
object
parent
) :
System
A empty constructor.
Save
(
XmlWriter
xmlw
) :
void
Method to save the GapTile in a .xml file
메소드 상세
GapTile()
공개
메소드
A empty constructor.
public
GapTile
(
object
parent
) :
System
parent
object
parent.
리턴
System
Save()
공개
메소드
Method to save the GapTile in a .xml file
public
Save
(
XmlWriter
xmlw
) :
void
xmlw
System.Xml.XmlWriter
XmlWriter.
리턴
void