Reference to an actor configuration, and the AudioSource it should play it's output audio from. More...

Public Attributes | |
| ActorConfig | actorConfig |
| The configuration of the actor. | |
| AudioSource | audioSource |
| The audio source to output the speech of the actor. | |
| EchoTrio.UI.SpriteSwitcher | listeningIcon = null |
| The listening icon of the actor. | |
Reference to an actor configuration, and the AudioSource it should play it's output audio from.
Definition at line 42 of file VoiceChat.cs.
| ActorConfig EchoTrio.VoiceChat.ActorReferences.actorConfig |
The configuration of the actor.
Definition at line 44 of file VoiceChat.cs.
| AudioSource EchoTrio.VoiceChat.ActorReferences.audioSource |
The audio source to output the speech of the actor.
Definition at line 46 of file VoiceChat.cs.
| EchoTrio.UI.SpriteSwitcher EchoTrio.VoiceChat.ActorReferences.listeningIcon = null |
The listening icon of the actor.
Definition at line 48 of file VoiceChat.cs.