C# 클래스 MiningGameServer.Entities.ServerEntityMoveable

상속: ServerEntity
파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
EntityVelocity Vector2

공개 메소드들

메소드 설명
EntityMovement ( ) : void
GetEntityTile ( ) : Vector2
Update ( ) : void

비공개 메소드들

메소드 설명
RectangleHitsTiles ( ShapeAABB rect ) : List

메소드 상세

EntityMovement() 공개 메소드

public EntityMovement ( ) : void
리턴 void

GetEntityTile() 공개 메소드

public GetEntityTile ( ) : Vector2
리턴 Vector2

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

EntityVelocity 공개적으로 프로퍼티

public Vector2 EntityVelocity
리턴 Vector2