C# Class Shake, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Show 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 property

public float offsetT
return float

shakeSize public property

public float shakeSize
return float

sizeX public property

public float sizeX
return float

sizeY public property

public float sizeY
return float

sizeZ public property

public float sizeZ
return float