Auki::Model::Participant
Represents a Participant - a connected client e.g. a mobile device or other hardware that wishes to interact with Entities and other Participants in a Session.
Public Functions
| Name | |
|---|---|
| Participant(uint id) | |
| override string | ToString() |
Public Attributes
| Name | |
|---|---|
| uint | Id Participant identifier. |
Public Functions Documentation
function Participant
Participant(
uint id
)
function ToString
override string ToString()
Public Attributes Documentation
variable Id
uint Id;
Participant identifier.