C# Class FBLibrary.Core.DynamicEntity

Inheritance: BaseEntity
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentDirection LookDirection

Protected Properties

Свойство Type Description
IsMoving bool
PreviousCellPosition Microsoft.Xna.Framework.Point
PreviousDirection LookDirection

Méthodes publiques

Méthode Description
Update ( ) : void

Méthodes protégées

Méthode Description
DynamicEntity ( ) : Microsoft.Xna.Framework
DynamicEntity ( Point cellPosition ) : Microsoft.Xna.Framework
IsChangingCell ( ) : bool

Method Details

DynamicEntity() protected méthode

protected DynamicEntity ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework

DynamicEntity() protected méthode

protected DynamicEntity ( Point cellPosition ) : Microsoft.Xna.Framework
cellPosition Microsoft.Xna.Framework.Point
Résultat Microsoft.Xna.Framework

IsChangingCell() protected méthode

protected IsChangingCell ( ) : bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

CurrentDirection public_oe property

public LookDirection CurrentDirection
Résultat LookDirection

IsMoving protected_oe property

protected bool IsMoving
Résultat bool

PreviousCellPosition protected_oe property

protected Point,Microsoft.Xna.Framework PreviousCellPosition
Résultat Microsoft.Xna.Framework.Point

PreviousDirection protected_oe property

protected LookDirection PreviousDirection
Résultat LookDirection