C# 클래스 Server.Bullet

This class represents a bullet fired by a ship .
상속: GameObject
파일 보기 프로젝트 열기: pmyoung/Advanced-Game-Project 1 사용 예제들

공개 메소드들

메소드 설명
checkCollision ( GameObject object2 ) : bool

Check the collision between the bullet and a GameObject instance

메소드 상세

checkCollision() 공개 메소드

Check the collision between the bullet and a GameObject instance
public checkCollision ( GameObject object2 ) : bool
object2 GameObject An instance to a GameObject
리턴 bool