C# 클래스 lazerFire, UrsaMajor

상속: MonoBehaviour
파일 보기 프로젝트 열기: BJarv/UrsaMajor

공개 프로퍼티들

프로퍼티 타입 설명
laserChargeParticles GameObject
laserShotParticles GameObject
lazerLength float
lazerStoppers LayerMask
lazerTime float
reloadTime float

공개 메소드들

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

비공개 메소드들

메소드 설명
Firelazer ( ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

laserChargeParticles 공개적으로 프로퍼티

public GameObject laserChargeParticles
리턴 GameObject

laserShotParticles 공개적으로 프로퍼티

public GameObject laserShotParticles
리턴 GameObject

lazerLength 공개적으로 프로퍼티

public float lazerLength
리턴 float

lazerStoppers 공개적으로 프로퍼티

public LayerMask lazerStoppers
리턴 LayerMask

lazerTime 공개적으로 프로퍼티

public float lazerTime
리턴 float

reloadTime 공개적으로 프로퍼티

public float reloadTime
리턴 float