C# Class ShakeCam, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Show file Open project: veselin-/DADIU2015Team4MiniGame1 Class Usage Examples

Public Properties

Property Type Description
positionShakeRange Vector3
positionShakeSpeed float
rotationShakeRange Vector3
rotationShakeSpeed float
type NoiseType

Public Methods

Method Description
ShakePosition ( ) : void
ShakeRotation ( ) : void
Start ( ) : void
StopShaking ( ) : void
Update ( ) : void

Method Details

ShakePosition() public method

public ShakePosition ( ) : void
return void

ShakeRotation() public method

public ShakeRotation ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StopShaking() public method

public StopShaking ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

positionShakeRange public property

public Vector3 positionShakeRange
return Vector3

positionShakeSpeed public property

public float positionShakeSpeed
return float

rotationShakeRange public property

public Vector3 rotationShakeRange
return Vector3

rotationShakeSpeed public property

public float rotationShakeSpeed
return float

type public property

public NoiseType type
return NoiseType