C# 클래스 CompleteProject.PlayerShooting

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: googlecodelabs/cast-unity-plugin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
damagePerShot int
faceLight UnityEngine.Light
range float
timeBetweenBullets float

공개 메소드들

메소드 설명
Awake ( ) : void
DisableEffects ( ) : void
Shoot ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

DisableEffects() 공개 메소드

public DisableEffects ( ) : void
리턴 void

Shoot() 공개 메소드

public Shoot ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

damagePerShot 공개적으로 프로퍼티

public int damagePerShot
리턴 int

faceLight 공개적으로 프로퍼티

public Light,UnityEngine faceLight
리턴 UnityEngine.Light

range 공개적으로 프로퍼티

public float range
리턴 float

timeBetweenBullets 공개적으로 프로퍼티

public float timeBetweenBullets
리턴 float