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)
Constructs a Participant with a given Id
override stringToString()
Prints Participant info into a human-readable string.

Public Attributes

Name
uintId
Participant identifier.

Public Functions Documentation

function Participant

Participant(
uint id
)

Constructs a Participant with a given Id

Parameters:

  • id

function ToString

override string ToString()

Prints Participant info into a human-readable string.

Return: Human-readable string.

Public Attributes Documentation

variable Id

uint Id;

Participant identifier.