C# Class Room, Adagio

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/Adagio Class Usage Examples

Méthodes publiques

Свойство Type Description
enteringCorridor Direction
roomHeight int
roomWidth int
xPos int
yPos int

Méthodes publiques

Méthode Description
SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows ) : void
SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows, Corridor corridor ) : void

Method Details

SetupRoom() public méthode

public SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows ) : void
widthRange IntRange
heightRange IntRange
columns int
rows int
Résultat void

SetupRoom() public méthode

public SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows, Corridor corridor ) : void
widthRange IntRange
heightRange IntRange
columns int
rows int
corridor Corridor
Résultat void

Property Details

enteringCorridor public_oe property

public Direction enteringCorridor
Résultat Direction

roomHeight public_oe property

public int roomHeight
Résultat int

roomWidth public_oe property

public int roomWidth
Résultat int

xPos public_oe property

public int xPos
Résultat int

yPos public_oe property

public int yPos
Résultat int