C# Class DodongosQuest.AreaOfEffect

Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Свойство Type Description
DirectionFacing Direction
affectedBaseIndices double>.Dictionary

Méthodes publiques

Méthode Description
AreaOfEffect ( World world ) : System
Draw ( GameTime gameTime, Vector2 targetIndex ) : void
GetAffectedWorldIndices ( Vector2 targetIndex ) : double>.Dictionary

Private Methods

Méthode Description
ConvertBaseIndexToWorldIndex ( Vector2 baseIndex, Vector2 targetIndex ) : Vector2

Method Details

AreaOfEffect() public méthode

public AreaOfEffect ( World world ) : System
world World
Résultat System

Draw() public méthode

public Draw ( GameTime gameTime, Vector2 targetIndex ) : void
gameTime Microsoft.Xna.Framework.GameTime
targetIndex Vector2
Résultat void

GetAffectedWorldIndices() public méthode

public GetAffectedWorldIndices ( Vector2 targetIndex ) : double>.Dictionary
targetIndex Vector2
Résultat double>.Dictionary

Property Details

DirectionFacing public_oe property

public Direction DirectionFacing
Résultat Direction

affectedBaseIndices public_oe property

public Dictionary affectedBaseIndices
Résultat double>.Dictionary