Property | Type | Description | |
---|---|---|---|
VisibleBuildings | List |
Method | Description | |
---|---|---|
BuildingSystem ( int startPosition, int endPosition, int density ) : System | ||
Dispose ( ) : void | ||
GunEmplacement ( int start, int finish ) : float | ||
Init ( |
||
Load ( ) : void | ||
MaxAltitude ( int start, int finish ) : float | ||
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void |
Method | Description | |
---|---|---|
Generate ( ) : void |
public BuildingSystem ( int startPosition, int endPosition, int density ) : System | ||
startPosition | int | |
endPosition | int | |
density | int | |
return | System |
public GunEmplacement ( int start, int finish ) : float | ||
start | int | |
finish | int | |
return | float |
public MaxAltitude ( int start, int finish ) : float | ||
start | int | |
finish | int | |
return | float |
public Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void | ||
context | System.Html.Media.Graphics.CanvasContext2D | |
return | void |