C# Class World.GameActors.Tiles.ObstacleInteractable.Fruit

Inheritance: DynamicTile, IPickableGameActor, ICombustibleGameActor, IInteractableGameActor
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

Méthode Description
ApplyGameAction ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
Burn ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : void
Fruit ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
Fruit ( int tileType, Vector2I position ) : VRageMath
PickUp ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void

Method Details

ApplyGameAction() public méthode

public ApplyGameAction ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
atlas IAtlas
gameAction World.GameActions.GameAction
position Vector2
tilesetTable ITilesetTable
Résultat void

Burn() public méthode

public Burn ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : void
gameActorPosition GameActorPosition
atlas IAtlas
table ITilesetTable
Résultat void

Fruit() public méthode

public Fruit ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
Résultat VRageMath

Fruit() public méthode

public Fruit ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
Résultat VRageMath

PickUp() public méthode

public PickUp ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
atlas IAtlas
gameAction World.GameActions.GameAction
position Vector2
tilesetTable ITilesetTable
Résultat void