C# 클래스 PlayerActionBulldoze, tf_client

An action for bulldozing a section of land.
상속: PlayerAction
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 메소드들

메소드 설명
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

보호된 메소드들

메소드 설명
GetDoItWWW ( ResourceTileSelection, selection ) : WWW

Gets the do it WWW object.

비공개 메소드들

메소드 설명
Awake ( ) : void

Initialize the tile modifications.

메소드 상세

GetDoItWWW() 보호된 메소드

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

IsPermittedOnResourceTile() 공개 메소드

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