C# Class Poker.Client.Behaviours.PlayerVoiceInputBehaviour

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BernhardGlueck/Poker

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
Update ( ) : void

Private Methods

Méthode Description
InitializeMicrophone ( ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void