FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Comms.Voice.ClientVoiceBroadcaster Class Reference

Manages client-side voice broadcasting functionality. More...

Inheritance diagram for FMAR.Comms.Voice.ClientVoiceBroadcaster:
FMAR.Networking.FmarClientComponent FMAR.Internal.Inspectables.IInspectable

Public Member Functions

void Awake ()
 Called when the script instance is being loaded.
 
override void OnNetworkSpawn ()
 Called when the object is spawned on the network.
 
override void OnNetworkDespawn ()
 Called when the object is despawned from the network.
 
void Update ()
 Called once per frame to update the state.
 
- Public Member Functions inherited from FMAR.Networking.FmarClientComponent
void Init (FmarClient client)
 

Properties

VoiceChannel VoiceChannel [get]
 
List< InspectorRowInspectorRows [get]
 The items to display in the inspector.
 
- Properties inherited from FMAR.Networking.FmarClientComponent
FmarClient Client [get]
 
- Properties inherited from FMAR.Internal.Inspectables.IInspectable

Additional Inherited Members

- Protected Attributes inherited from FMAR.Networking.FmarClientComponent
FmarClient client
 

Detailed Description

Manages client-side voice broadcasting functionality.

Member Function Documentation

◆ Awake()

void FMAR.Comms.Voice.ClientVoiceBroadcaster.Awake ( )
inline

Called when the script instance is being loaded.

◆ OnNetworkDespawn()

override void FMAR.Comms.Voice.ClientVoiceBroadcaster.OnNetworkDespawn ( )
inline

Called when the object is despawned from the network.

◆ OnNetworkSpawn()

override void FMAR.Comms.Voice.ClientVoiceBroadcaster.OnNetworkSpawn ( )
inline

Called when the object is spawned on the network.

◆ Update()

void FMAR.Comms.Voice.ClientVoiceBroadcaster.Update ( )
inline

Called once per frame to update the state.

Property Documentation

◆ InspectorRows

List<InspectorRow> FMAR.Comms.Voice.ClientVoiceBroadcaster.InspectorRows
get

The items to display in the inspector.

Implements FMAR.Internal.Inspectables.IInspectable.

◆ VoiceChannel

VoiceChannel FMAR.Comms.Voice.ClientVoiceBroadcaster.VoiceChannel
get

The documentation for this class was generated from the following file: