C# 클래스 Shake, gmap377_leathGloves_inc

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

공개 프로퍼티들

프로퍼티 타입 설명
offsetT float
shakeSize float
sizeX float
sizeY float
sizeZ float

공개 메소드들

메소드 설명
ShakeX ( ) : void

shake in the x.

ShakeY ( ) : void

shake in the y

ShakeZ ( ) : void

shake in the z

Update ( ) : void

every frame

WaitTime ( ) : void

time to wait before shake.

메소드 상세

ShakeX() 공개 메소드

shake in the x.
public ShakeX ( ) : void
리턴 void

ShakeY() 공개 메소드

shake in the y
public ShakeY ( ) : void
리턴 void

ShakeZ() 공개 메소드

shake in the z
public ShakeZ ( ) : void
리턴 void

Update() 공개 메소드

every frame
public Update ( ) : void
리턴 void

WaitTime() 공개 메소드

time to wait before shake.
public WaitTime ( ) : void
리턴 void

프로퍼티 상세

offsetT 공개적으로 프로퍼티

public float offsetT
리턴 float

shakeSize 공개적으로 프로퍼티

public float shakeSize
리턴 float

sizeX 공개적으로 프로퍼티

public float sizeX
리턴 float

sizeY 공개적으로 프로퍼티

public float sizeY
리턴 float

sizeZ 공개적으로 프로퍼티

public float sizeZ
리턴 float