C# Class World.GameActions.PickUp

Inheritance: GameAction
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
PickUp ( GameActor sender ) : VRageMath
Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void

Method Details

PickUp() public méthode

public PickUp ( GameActor sender ) : VRageMath
sender GameActor
Résultat VRageMath

Resolve() public méthode

public Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void
target GameActorPosition
atlas IAtlas
table ITilesetTable
Résultat void