Property | Type | Description | |
---|---|---|---|
particles | ParticleSystem | ||
shakeSize | float | ||
sizeX | float | ||
sizeY | float | ||
sizeZ | float |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
WaitTime ( ) : IEnumerator |
time to wait before shake.
|
public OnTriggerEnter ( Collider other ) : void | ||
other | Collider | Other. |
return | void |