C# 클래스 PlatformerPOC.Domain.Projectile

상속: BaseGameObject
파일 보기 프로젝트 열기: bramdemoor/MonoGame-PlatformerPOC

공개 메소드들

메소드 설명
Projectile ( PlatformGame game, string shooterName, Vector2 position, HorizontalDirection horizontalDirection ) : System.Linq
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
CheckPlayerCollision ( ) : bool
MoveHorizontal ( ) : void
UpdateBoundingBox ( ) : void

메소드 상세

Projectile() 공개 메소드

public Projectile ( PlatformGame game, string shooterName, Vector2 position, HorizontalDirection horizontalDirection ) : System.Linq
game PlatformGame
shooterName string
position Microsoft.Xna.Framework.Vector2
horizontalDirection HorizontalDirection
리턴 System.Linq

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void