RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
msg::MarkerMeta Struct Reference

#include <Message.h>

Collaboration diagram for msg::MarkerMeta:

Public Attributes

uint64_t markerId = 0
 
uint64_t boardId = 0
 
std::string name
 
Position pos {}
 
Size size {}
 
Visibility vis {}
 
Moving mov {}
 

Detailed Description

Definition at line 145 of file Message.h.

Member Data Documentation

◆ boardId

uint64_t msg::MarkerMeta::boardId = 0

Definition at line 148 of file Message.h.

◆ markerId

uint64_t msg::MarkerMeta::markerId = 0

Definition at line 147 of file Message.h.

◆ mov

Moving msg::MarkerMeta::mov {}

Definition at line 153 of file Message.h.

153{};

◆ name

std::string msg::MarkerMeta::name

Definition at line 149 of file Message.h.

◆ pos

Position msg::MarkerMeta::pos {}

Definition at line 150 of file Message.h.

150{};

◆ size

Size msg::MarkerMeta::size {}

Definition at line 151 of file Message.h.

151{};

◆ vis

Visibility msg::MarkerMeta::vis {}

Definition at line 152 of file Message.h.

152{};

The documentation for this struct was generated from the following file: