C# Class Shake, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Mostra file Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
offsetT float
shakeSize float
sizeX float
sizeY float
sizeZ float

Public Methods

Method Description
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.

Method Details

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

Update() public method

every frame
public Update ( ) : void
return void

WaitTime() public method

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

Property Details

offsetT public_oe property

public float offsetT
return float

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