C# 클래스 Shotgun, TLH

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

공개 프로퍼티들

프로퍼티 타입 설명
bulletsPerShot int
gunOutput Transform
range float
spread float

공개 메소드들

메소드 설명
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void

비공개 메소드들

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

메소드 상세

OnPhotonSerializeView() 공개 메소드

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
리턴 void

프로퍼티 상세

bulletsPerShot 공개적으로 프로퍼티

public int bulletsPerShot
리턴 int

gunOutput 공개적으로 프로퍼티

public Transform gunOutput
리턴 Transform

range 공개적으로 프로퍼티

public float range
리턴 float

spread 공개적으로 프로퍼티

public float spread
리턴 float