![]() |
FirstModulAR 0.1.0
|
Manages client-side voice broadcasting functionality. More...
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< InspectorRow > | InspectorRows [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 |
Manages client-side voice broadcasting functionality.
|
inline |
Called when the script instance is being loaded.
|
inline |
Called when the object is despawned from the network.
|
inline |
Called when the object is spawned on the network.
|
inline |
Called once per frame to update the state.
|
get |
The items to display in the inspector.
Implements FMAR.Internal.Inspectables.IInspectable.
|
get |