C# Class Geyser, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
ファイルを表示 Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
particles ParticleSystem
shakeSize float
sizeX float
sizeY float
sizeZ float

Public Methods

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.

Private Methods

Method Description
WaitTime ( ) : IEnumerator

time to wait before shake.

Method Details

OnTriggerEnter() public method

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

ShakeX() public method

shake in the x.
public ShakeX ( ) : void
return void

ShakeY() public method

shake in the y
public ShakeY ( ) : void
return void

ShakeZ() public method

shake in the z
public ShakeZ ( ) : void
return void

Start() public method

Start this instance.
public Start ( ) : void
return void

Property Details

particles public_oe property

public ParticleSystem particles
return ParticleSystem

shakeSize public_oe property

public float shakeSize
return float

sizeX public_oe property

public float sizeX
return float

sizeY public_oe property

public float sizeY
return float

sizeZ public_oe property

public float sizeZ
return float