C# Class ShakeCam, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Vector3 positionShakeRange
return Vector3

positionShakeSpeed public_oe property

public float positionShakeSpeed
return float

rotationShakeRange public_oe property

public Vector3 rotationShakeRange
return Vector3

rotationShakeSpeed public_oe property

public float rotationShakeSpeed
return float

type public_oe property

public NoiseType type
return NoiseType