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
Procedural
Room
C# Class Procedural.Room
Mostra file
Open project: SneakyRedSnake/rogue-shield
Class Usage Examples
Public Methods
Method
Description
Room
(
Vector2
position
) :
System
getFacings
( ) :
HashSet
getPosition
( ) :
Vector2
removeFacing
(
Facing
facing
) :
void
Method Details
Room()
public
method
public
Room
(
Vector2
position
) :
System
position
Vector2
return
System
getFacings()
public
method
public
getFacings
( ) :
HashSet
return
HashSet
getPosition()
public
method
public
getPosition
( ) :
Vector2
return
Vector2
removeFacing()
public
method
public
removeFacing
(
Facing
facing
) :
void
facing
Facing
return
void