group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
net::shotdebug::WireCapsule Struct Reference

One capsule on the wire. More...

#include <ShotDebugReport.hpp>

Public Attributes

float pointAx
float pointAy
float pointAz
float pointBx
float pointBy
float pointBz
float radius
std::uint8_t region
 BodyRegion enum value.
std::uint8_t _pad0
 Manual alignment.
std::uint16_t _pad1

Detailed Description

One capsule on the wire.

Matches the runtime WorldCapsule in ecs/components/Hitbox.hpp minus the unused tail-padding.

Member Data Documentation

◆ _pad0

std::uint8_t net::shotdebug::WireCapsule::_pad0

Manual alignment.

◆ _pad1

std::uint16_t net::shotdebug::WireCapsule::_pad1

◆ pointAx

float net::shotdebug::WireCapsule::pointAx

◆ pointAy

float net::shotdebug::WireCapsule::pointAy

◆ pointAz

float net::shotdebug::WireCapsule::pointAz

◆ pointBx

float net::shotdebug::WireCapsule::pointBx

◆ pointBy

float net::shotdebug::WireCapsule::pointBy

◆ pointBz

float net::shotdebug::WireCapsule::pointBz

◆ radius

float net::shotdebug::WireCapsule::radius

◆ region

std::uint8_t net::shotdebug::WireCapsule::region

BodyRegion enum value.


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