C# Class World.GameActions.LayDown

Inheritance: GameAction
Exibir arquivo Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
LayDown ( GameActor sender ) : VRageMath
Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void

Method Details

LayDown() public method

public LayDown ( GameActor sender ) : VRageMath
sender GameActor
return VRageMath

Resolve() public method

public Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void
target GameActorPosition
atlas IAtlas
table ITilesetTable
return void