C# Class Shake, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
offsetT float
shakeSize float
sizeX float
sizeY float
sizeZ float

Méthodes publiques

Méthode 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 méthode

shake in the x.
public ShakeX ( ) : void
Résultat void

ShakeY() public méthode

shake in the y
public ShakeY ( ) : void
Résultat void

ShakeZ() public méthode

shake in the z
public ShakeZ ( ) : void
Résultat void

Update() public méthode

every frame
public Update ( ) : void
Résultat void

WaitTime() public méthode

time to wait before shake.
public WaitTime ( ) : void
Résultat void

Property Details

offsetT public_oe property

public float offsetT
Résultat float

shakeSize public_oe property

public float shakeSize
Résultat float

sizeX public_oe property

public float sizeX
Résultat float

sizeY public_oe property

public float sizeY
Résultat float

sizeZ public_oe property

public float sizeZ
Résultat float