C# Class CrashSound, racing_game

Inheritance: MonoBehaviour
Datei anzeigen Open project: Rarau/racing_game

Public Properties

Property Type Description
impact AudioClip
lifetime float

Public Methods

Method Description
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

impact public_oe property

public AudioClip impact
return AudioClip

lifetime public_oe property

public float lifetime
return float