C# Class World.GameActions.GameAction

ファイルを表示 Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable tilesetTable ) : void

Resolve implements default action implementation (where applicable)

Protected Methods

Method Description
GameAction ( GameActor sender ) : World.Atlas

Method Details

GameAction() protected method

protected GameAction ( GameActor sender ) : World.Atlas
sender GameActor
return World.Atlas

Resolve() public abstract method

Resolve implements default action implementation (where applicable)
public abstract Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable tilesetTable ) : void
target GameActorPosition Target of the action
atlas IAtlas
tilesetTable ITilesetTable
return void