C# Class ControlFonografo, 3DGameCoursera

Inheritance: MonoBehaviour
Afficher le fichier Open project: pfiguero/3DGameCoursera

Méthodes publiques

Свойство Type Description
audioMixer AudioMixer
deltaPitch float
timeoutBola float

Méthodes publiques

Méthode Description
BolaDestruida ( ) : void
DecreasePitch ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

BolaDestruida() public méthode

public BolaDestruida ( ) : void
Résultat void

DecreasePitch() public méthode

public DecreasePitch ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

audioMixer public_oe property

public AudioMixer audioMixer
Résultat AudioMixer

deltaPitch public_oe property

public float deltaPitch
Résultat float

timeoutBola public_oe property

public float timeoutBola
Résultat float