Table of Contents

Class PlayerVoiceHandler

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class PlayerVoiceHandler : MonoBehaviour
Inheritance
PlayerVoiceHandler
Inherited Members
Extension Methods

Constructors

PlayerVoiceHandler()

public PlayerVoiceHandler()

Fields

audioSource

public AudioSource audioSource

Field Value

AudioSource

defaultMaxDistance

public float defaultMaxDistance

Field Value

float

m_GlobalPlayerData

public GlobalPlayerData m_GlobalPlayerData

Field Value

GlobalPlayerData

m_IgnoreTimer

public float m_IgnoreTimer

Field Value

float

m_Recorder

public Recorder m_Recorder

Field Value

Recorder

m_VoiceChatModeSetting

public VoiceChatModeSetting m_VoiceChatModeSetting

Field Value

VoiceChatModeSetting

m_VoiceSetting

public VoiceSetting m_VoiceSetting

Field Value

VoiceSetting

m_boostedVolumeOverDistance

public AnimationCurve m_boostedVolumeOverDistance

Field Value

AnimationCurve

m_currentlyTransmitting

public bool m_currentlyTransmitting

Field Value

bool

m_setMicrophoneDevice

public string m_setMicrophoneDevice

Field Value

string

player

public Player player

Field Value

Player

Methods

AudioConfigChanged(bool)

public void AudioConfigChanged(bool devicewaschanged)

Parameters

devicewaschanged bool

Awake()

public void Awake()

DecrementIgnoreTimer()

public void DecrementIgnoreTimer()

Ignore()

public void Ignore()

OnDisable()

public void OnDisable()

OnEnable()

public void OnEnable()

PushToTalk()

public void PushToTalk()

Start()

public IEnumerator Start()

Returns

IEnumerator

Update()

public void Update()