Property | Type | Description | |
---|---|---|---|
buildings | Building[], |
Property | Type | Description | |
---|---|---|---|
Awake | void | ||
Start | void |
Method | Description | |
---|---|---|
GetBuildingWithCapacity ( int capacity ) : Building, |
Gets the building with capacity up to that specified.
|
|
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool |
Determines whether this action is permitted on the specified tile.
|
Method | Description | |
---|---|---|
DisplayControlsContents ( ) : void |
Displays the controls contents.
|
|
DoResourceCalculations ( ResourceTileSelection, selection ) : bool |
Method | Description | |
---|---|---|
Awake ( ) : void |
Initialize field modifiers.
|
|
Start ( ) : void |
Initialize the gui styles as needed.
|
protected DoResourceCalculations ( ResourceTileSelection, selection ) : bool | ||
selection | ResourceTileSelection, | |
return | bool |
public GetBuildingWithCapacity ( int capacity ) : Building, | ||
capacity | int | /// Capacity. /// |
return | Building, |
public IsPermittedOnResourceTile ( ResourceTile, tile ) : bool | ||
tile | ResourceTile, | /// The resource tile in question. /// |
return | bool |