C# 클래스 MiningGame.Code.Entities.EntityMoveable

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

공개 프로퍼티들

프로퍼티 타입 설명
EntityVelocity Microsoft.Xna.Framework.Vector2

공개 메소드들

메소드 설명
Draw ( Microsoft sb ) : void
EntityMovement ( ) : void
GetEntityTile ( ) : Vector2
Update ( GameTime time, bool serverContext = false ) : void

비공개 메소드들

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

메소드 상세

Draw() 공개 메소드

public Draw ( Microsoft sb ) : void
sb Microsoft
리턴 void

EntityMovement() 공개 메소드

public EntityMovement ( ) : void
리턴 void

GetEntityTile() 공개 메소드

public GetEntityTile ( ) : Vector2
리턴 Microsoft.Xna.Framework.Vector2

Update() 공개 메소드

public Update ( GameTime time, bool serverContext = false ) : void
time Microsoft.Xna.Framework.GameTime
serverContext bool
리턴 void

프로퍼티 상세

EntityVelocity 공개적으로 프로퍼티

public Vector2,Microsoft.Xna.Framework EntityVelocity
리턴 Microsoft.Xna.Framework.Vector2