C# Class PlayerActionBulldoze, tf_client

An action for bulldozing a section of land.
Inheritance: PlayerAction
ファイルを表示 Open project: wids-eria/tf_client

Public Methods

Method Description
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

Protected Methods

Method Description
GetDoItWWW ( ResourceTileSelection, selection ) : WWW

Gets the do it WWW object.

Private Methods

Method Description
Awake ( ) : void

Initialize the tile modifications.

Method Details

GetDoItWWW() protected method

Gets the do it WWW object.
protected GetDoItWWW ( ResourceTileSelection, selection ) : WWW
selection ResourceTileSelection, /// Selection. ///
return WWW

IsPermittedOnResourceTile() public method

Determines whether this action is permitted on the specified tile.
public IsPermittedOnResourceTile ( ResourceTile, tile ) : bool
tile ResourceTile, /// The resource tile in question. ///
return bool