Property | Type | Description | |
---|---|---|---|
drawplane | Transform | ||
floorholder | Transform | ||
mapsize | int | ||
noiseScale | float | ||
roofholder | Transform | ||
wallHeight | int | ||
wallholder | Transform |
Method | Description | |
---|---|---|
Start ( ) : void | ||
addBottomWallMesh ( float x1, float y1 ) : void | ||
addFloorMesh ( float x1, float y1, float x2, float y2 ) : void | ||
addLeftWallMesh ( float x1, float y1 ) : void | ||
addRightWallMesh ( float x1, float y1 ) : void | ||
addRoofMesh ( float x1, float y1, float x2, float y2 ) : void | ||
addTopWallMesh ( float x1, float y1 ) : void | ||
createMap ( ) : void |
public addBottomWallMesh ( float x1, float y1 ) : void | ||
x1 | float | |
y1 | float | |
return | void |
public addFloorMesh ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public addLeftWallMesh ( float x1, float y1 ) : void | ||
x1 | float | |
y1 | float | |
return | void |
public addRightWallMesh ( float x1, float y1 ) : void | ||
x1 | float | |
y1 | float | |
return | void |
public addRoofMesh ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public addTopWallMesh ( float x1, float y1 ) : void | ||
x1 | float | |
y1 | float | |
return | void |