C# 클래스 MainCameraController, Left4Bread

상속: MonoBehaviour, ICamera
파일 보기 프로젝트 열기: andresg6/Left4Bread 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
decrementFactor float
incrementFactor float
randomIntensity float
shakeLeft float
shakeScale float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
addScreenShake ( float shakeAmount ) : void

비공개 메소드들

메소드 설명
applyScreenShake ( ) : void
undoScreenShake ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

addScreenShake() 공개 메소드

public addScreenShake ( float shakeAmount ) : void
shakeAmount float
리턴 void

프로퍼티 상세

decrementFactor 공개적으로 프로퍼티

public float decrementFactor
리턴 float

incrementFactor 공개적으로 프로퍼티

public float incrementFactor
리턴 float

randomIntensity 공개적으로 프로퍼티

public float randomIntensity
리턴 float

shakeLeft 공개적으로 프로퍼티

public float shakeLeft
리턴 float

shakeScale 공개적으로 프로퍼티

public float shakeScale
리턴 float