C# Class ShakeEffect, racing_game

Inheritance: MonoBehaviour
Show file Open project: Rarau/racing_game Class Usage Examples

Public Properties

Property Type Description
duration float
frequency float
loop bool
magnitude float
playOnAwake bool
selfDisable bool

Public Methods

Method Description
OnEnable ( ) : void

Private Methods

Method Description
Shake ( ) : IEnumerator

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

duration public property

public float duration
return float

frequency public property

public float frequency
return float

loop public property

public bool loop
return bool

magnitude public property

public float magnitude
return float

playOnAwake public property

public bool playOnAwake
return bool

selfDisable public property

public bool selfDisable
return bool