C# Class MapGen.Room, chrawl

Mostra file Open project: PentaHelix/chrawl Class Usage Examples

Public Properties

Property Type Description
doorway int

Public Methods

Method Description
Room ( int x, int y, int w, int h, int d ) : UnityEngine

Method Details

Room() public method

public Room ( int x, int y, int w, int h, int d ) : UnityEngine
x int
y int
w int
h int
d int
return UnityEngine

Property Details

doorway public_oe property

public int doorway
return int