C# 클래스 EnemyLauncher, UrsaMajor

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

공개 프로퍼티들

프로퍼티 타입 설명
anim Animator
animTimer float
justDidAnim bool
missile GameObject
shootAnimCD float
shootCD float
shotParticles GameObject
shotTimer float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
isShooting ( bool x ) : void
setAnimator ( Animator a ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

isShooting() 공개 메소드

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

setAnimator() 공개 메소드

public setAnimator ( Animator a ) : void
a Animator
리턴 void

프로퍼티 상세

anim 공개적으로 프로퍼티

public Animator anim
리턴 Animator

animTimer 공개적으로 프로퍼티

public float animTimer
리턴 float

justDidAnim 공개적으로 프로퍼티

public bool justDidAnim
리턴 bool

missile 공개적으로 프로퍼티

public GameObject missile
리턴 GameObject

shootAnimCD 공개적으로 프로퍼티

public float shootAnimCD
리턴 float

shootCD 공개적으로 프로퍼티

public float shootCD
리턴 float

shotParticles 공개적으로 프로퍼티

public GameObject shotParticles
리턴 GameObject

shotTimer 공개적으로 프로퍼티

public float shotTimer
리턴 float