C# 클래스 SpaceShip.Logic.Bullet

상속: GameObject
파일 보기 프로젝트 열기: pmyoung/Advanced-Game-Project

공개 메소드들

메소드 설명
Bullet ( float bX, float bY, float bSpeedX, float bSpeedY, int playerId, int spriteId ) : System
hit ( ) : void
outOfBounds ( ) : void

비공개 메소드들

메소드 설명
destroy ( ) : void

메소드 상세

Bullet() 공개 메소드

public Bullet ( float bX, float bY, float bSpeedX, float bSpeedY, int playerId, int spriteId ) : System
bX float
bY float
bSpeedX float
bSpeedY float
playerId int
spriteId int
리턴 System

hit() 공개 메소드

public hit ( ) : void
리턴 void

outOfBounds() 공개 메소드

public outOfBounds ( ) : void
리턴 void