C# Class FBLibrary.Core.DynamicEntity

Inheritance: BaseEntity
Mostrar archivo Open project: Noxalus/Final-Bomber Class Usage Examples

Public Properties

Property Type Description
CurrentDirection LookDirection

Protected Properties

Property Type Description
IsMoving bool
PreviousCellPosition Microsoft.Xna.Framework.Point
PreviousDirection LookDirection

Public Methods

Method Description
Update ( ) : void

Protected Methods

Method Description
DynamicEntity ( ) : Microsoft.Xna.Framework
DynamicEntity ( Point cellPosition ) : Microsoft.Xna.Framework
IsChangingCell ( ) : bool

Method Details

DynamicEntity() protected method

protected DynamicEntity ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

DynamicEntity() protected method

protected DynamicEntity ( Point cellPosition ) : Microsoft.Xna.Framework
cellPosition Microsoft.Xna.Framework.Point
return Microsoft.Xna.Framework

IsChangingCell() protected method

protected IsChangingCell ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void

Property Details

CurrentDirection public_oe property

public LookDirection CurrentDirection
return LookDirection

IsMoving protected_oe property

protected bool IsMoving
return bool

PreviousCellPosition protected_oe property

protected Point,Microsoft.Xna.Framework PreviousCellPosition
return Microsoft.Xna.Framework.Point

PreviousDirection protected_oe property

protected LookDirection PreviousDirection
return LookDirection