Skip to main content

Auki::Model::Entity

Represents an Entity - an object in a Session with a Pose and an ID that is owned by a specific participant.

Public Functions​

Name
Entity(uint id, uint participantId, Pose pose, EntityFlag
override stringToString()

Public Attributes​

Name
uintId
Entity id.
uintParticipantId
Entity owner Participant identifier.
PosePose
Pose for Entity.
EntityFlag type.

Public Functions Documentation​

function Entity​

Entity(
uint id,
uint participantId,
Pose pose,
EntityFlag flag =0
)

function ToString​

override string ToString()

Public Attributes Documentation​

variable Id​

uint Id;

Entity id.

variable ParticipantId​

uint ParticipantId;

Entity owner Participant identifier.

variable Pose​

Pose Pose;

Pose for Entity.

variable Flag​

EntityFlag Flag;

Entity type.