C# Class FBLibrary.Core.BaseEntities.BaseArrow

Inheritance: StaticEntity
显示文件 Open project: Noxalus/Final-Bomber

Protected Properties

Property Type Description
Direction LookDirection

Protected Methods

Method Description
BaseArrow ( Point cellPosition, LookDirection lookDirection ) : Microsoft.Xna.Framework

Method Details

BaseArrow() protected method

protected BaseArrow ( Point cellPosition, LookDirection lookDirection ) : Microsoft.Xna.Framework
cellPosition Microsoft.Xna.Framework.Point
lookDirection LookDirection
return Microsoft.Xna.Framework

Property Details

Direction protected_oe property

protected LookDirection Direction
return LookDirection