C# Class PerlinShake, VampKid3D

Inheritance: MonoBehaviour
Show file Open project: adamtuliper/VampKid3D Class Usage Examples

Public Properties

Property Type Description
duration float
magnitude float
speed float
test bool

Public Methods

Method Description
PlayShake ( ) : void
Update ( ) : void

Private Methods

Method Description
Shake ( ) : IEnumerator

Method Details

PlayShake() public method

public PlayShake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

duration public property

public float duration
return float

magnitude public property

public float magnitude
return float

speed public property

public float speed
return float

test public property

public bool test
return bool