Skip to main content

Auki::ConjureKit::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 stringToString()

Public Attributes

Name
uintId
Participant identifier.

Public Functions Documentation

function Participant

Participant(
uint id
)

function ToString

override string ToString()

Public Attributes Documentation

variable Id

uint Id;

Participant identifier.