프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public OnTriggerEnter ( Collider other ) : void | ||
other | Collider | Other. |
리턴 | void |