C# 클래스 Geyser, gmap377_leathGloves_inc

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider other ) : void

Raises the trigger enter event.

ShakeX ( ) : void

shake in the x.

ShakeY ( ) : void

shake in the y

ShakeZ ( ) : void

shake in the z

Start ( ) : void

Start this instance.

비공개 메소드들

메소드 설명
WaitTime ( ) : IEnumerator

time to wait before shake.

메소드 상세

OnTriggerEnter() 공개 메소드

Raises the trigger enter event.
public OnTriggerEnter ( Collider other ) : void
other Collider Other.
리턴 void

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

Start() 공개 메소드

Start this instance.
public Start ( ) : void
리턴 void

프로퍼티 상세

particles 공개적으로 프로퍼티

public ParticleSystem particles
리턴 ParticleSystem

shakeSize 공개적으로 프로퍼티

public float shakeSize
리턴 float

sizeX 공개적으로 프로퍼티

public float sizeX
리턴 float

sizeY 공개적으로 프로퍼티

public float sizeY
리턴 float

sizeZ 공개적으로 프로퍼티

public float sizeZ
리턴 float