Skip to main content

Auki::ConjureKit::Manna::GivePoseMsg

Public Functions

Name
GivePoseMsg(Pose pose, uint ticketNo)
PoseToPose()

Public Attributes

Name
stringMsgType
uintTicketNo
floatPx
floatPy
floatPz
floatRx
floatRy
floatRz
floatRw
stringType

Public Functions Documentation

function GivePoseMsg

GivePoseMsg(
Pose pose,
uint ticketNo
)

function ToPose

Pose ToPose()

Public Attributes Documentation

variable MsgType

string MsgType;

variable TicketNo

uint TicketNo;

variable Px

float Px;

variable Py

float Py;

variable Pz

float Pz;

variable Rx

float Rx;

variable Ry

float Ry;

variable Rz

float Rz;

variable Rw

float Rw;

variable Type

static string Type = "auki.give_pose";