C# 클래스 CameraShakeScript

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

공개 프로퍼티들

프로퍼티 타입 설명
decreaseFactor float
originalPos Vector3
shake float
shakeAmount float

공개 메소드들

메소드 설명
Awake ( ) : void
OnEnable ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

decreaseFactor 공개적으로 프로퍼티

public float decreaseFactor
리턴 float

originalPos 공개적으로 프로퍼티

public Vector3 originalPos
리턴 Vector3

shake 공개적으로 프로퍼티

public float shake
리턴 float

shakeAmount 공개적으로 프로퍼티

public float shakeAmount
리턴 float