C# 클래스 EnemyGun, UrsaMajor

상속: MonoBehaviour
파일 보기 프로젝트 열기: BJarv/UrsaMajor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bullet GameObject
bulletSpeed float
shootCD float
shotParticles GameObject

공개 메소드들

메소드 설명
isShooting ( bool x ) : void
shootOn ( ) : void

보호된 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
shootBullet ( ) : GameObject

메소드 상세

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

isShooting() 공개 메소드

public isShooting ( bool x ) : void
x bool
리턴 void

shootOn() 공개 메소드

public shootOn ( ) : void
리턴 void

프로퍼티 상세

bullet 공개적으로 프로퍼티

public GameObject bullet
리턴 GameObject

bulletSpeed 공개적으로 프로퍼티

public float bulletSpeed
리턴 float

shootCD 공개적으로 프로퍼티

public float shootCD
리턴 float

shotParticles 공개적으로 프로퍼티

public GameObject shotParticles
리턴 GameObject