C# Class ProjectStorms.AmbientSound

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: patferguson/Storms-Project

Méthodes publiques

Свойство Type Description
sounds UnityEngine.AudioClip[]

Méthodes publiques

Méthode Description
RandomClip ( ) : void
RandomPitch ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

RandomClip() public méthode

public RandomClip ( ) : void
Résultat void

RandomPitch() public méthode

public RandomPitch ( ) : 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

sounds public_oe property

public AudioClip[],UnityEngine sounds
Résultat UnityEngine.AudioClip[]