C# Class ShakeEffect, racing_game

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public float duration
return float

frequency public_oe property

public float frequency
return float

loop public_oe property

public bool loop
return bool

magnitude public_oe property

public float magnitude
return float

playOnAwake public_oe property

public bool playOnAwake
return bool

selfDisable public_oe property

public bool selfDisable
return bool