Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
MiningGameServer
Entities
ServerEntityMoveable
C# Class MiningGameServer.Entities.ServerEntityMoveable
Inheritance:
ServerEntity
Mostra file
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