C# 클래스 EnemyShotgun, UrsaMajor

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

공개 프로퍼티들

프로퍼티 타입 설명
bullet GameObject
bulletRotsToPlayer List
bulletSpeed float
bullets int
shootCD float
shotParticles GameObject
spread float

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

isShooting() 공개 메소드

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

shootBullets() 공개 메소드

public shootBullets ( ) : void
리턴 void

shootOn() 공개 메소드

public shootOn ( ) : void
리턴 void

프로퍼티 상세

bullet 공개적으로 프로퍼티

public GameObject bullet
리턴 GameObject

bulletRotsToPlayer 공개적으로 프로퍼티

public List bulletRotsToPlayer
리턴 List

bulletSpeed 공개적으로 프로퍼티

public float bulletSpeed
리턴 float

bullets 공개적으로 프로퍼티

public int bullets
리턴 int

shootCD 공개적으로 프로퍼티

public float shootCD
리턴 float

shotParticles 공개적으로 프로퍼티

public GameObject shotParticles
리턴 GameObject

spread 공개적으로 프로퍼티

public float spread
리턴 float