C# 클래스 CameraShake, UrsaMajor

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

공개 프로퍼티들

프로퍼티 타입 설명
altShakeAmount float
shakeAmount float
shakeTime float
test bool

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
bumpIt ( float intensity = 2f, float time = .1f ) : void
stopAllShake ( ) : void
trainBumpIt ( ) : void

비공개 메소드들

메소드 설명
altShakeOff ( float time ) : IEnumerator
shakeOff ( float time ) : IEnumerator
trainShake ( ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

bumpIt() 공개 메소드

public bumpIt ( float intensity = 2f, float time = .1f ) : void
intensity float
time float
리턴 void

stopAllShake() 공개 메소드

public stopAllShake ( ) : void
리턴 void

trainBumpIt() 공개 메소드

public trainBumpIt ( ) : void
리턴 void

프로퍼티 상세

altShakeAmount 공개적으로 프로퍼티

public float altShakeAmount
리턴 float

shakeAmount 공개적으로 프로퍼티

public float shakeAmount
리턴 float

shakeTime 공개적으로 프로퍼티

public float shakeTime
리턴 float

test 공개적으로 프로퍼티

public bool test
리턴 bool