C# Class MiningGameServer.Entities.ServerEntityMoveable

Inheritance: ServerEntity
显示文件 Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
EntityVelocity Vector2

Public Methods

Method Description
EntityMovement ( ) : void
GetEntityTile ( ) : Vector2
Update ( ) : void

Private Methods

Method Description
RectangleHitsTiles ( ShapeAABB rect ) : List

Method Details

EntityMovement() public method

public EntityMovement ( ) : void
return void

GetEntityTile() public method

public GetEntityTile ( ) : Vector2
return Vector2

Update() public method

public Update ( ) : void
return void

Property Details

EntityVelocity public_oe property

public Vector2 EntityVelocity
return Vector2