![]() |
FirstModulAR 0.1.0
|
Manages the vital signs broadcasters for clients in the network. More...
Static Public Member Functions | |
| static void | AddVitalsBroadcaster (ulong clientId, ClientVitalsBroadcaster clientInstance) |
| Adds a new vitals broadcaster for a client. | |
| static void | RemoveVitalsBroadcaster (ulong clientId) |
| Removes the vitals broadcaster for a client. | |
Properties | |
| static VitalsManager | Instance [get] |
| static Dictionary< ulong, ClientVitalsBroadcaster > | ClientInstances [get] |
| Gets the dictionary of client instances broadcasting vital signs. | |
Events | |
| static Action | OnClientInstancesChanged |
| Event triggered when the client instances change. | |
Manages the vital signs broadcasters for clients in the network.
|
inlinestatic |
Adds a new vitals broadcaster for a client.
| clientId | The ID of the client. |
| clientInstance | The instance of the client's vitals broadcaster. |
|
inlinestatic |
Removes the vitals broadcaster for a client.
| clientId | The ID of the client. |
|
staticget |
Gets the dictionary of client instances broadcasting vital signs.
|
staticget |
|
static |
Event triggered when the client instances change.