C# Class ShakeCam, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/DADIU2015Team4MiniGame1 Class Usage Examples

Méthodes publiques

Свойство Type Description
positionShakeRange Vector3
positionShakeSpeed float
rotationShakeRange Vector3
rotationShakeSpeed float
type NoiseType

Méthodes publiques

Méthode Description
ShakePosition ( ) : void
ShakeRotation ( ) : void
Start ( ) : void
StopShaking ( ) : void
Update ( ) : void

Method Details

ShakePosition() public méthode

public ShakePosition ( ) : void
Résultat void

ShakeRotation() public méthode

public ShakeRotation ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StopShaking() public méthode

public StopShaking ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

positionShakeRange public_oe property

public Vector3 positionShakeRange
Résultat Vector3

positionShakeSpeed public_oe property

public float positionShakeSpeed
Résultat float

rotationShakeRange public_oe property

public Vector3 rotationShakeRange
Résultat Vector3

rotationShakeSpeed public_oe property

public float rotationShakeSpeed
Résultat float

type public_oe property

public NoiseType type
Résultat NoiseType