A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
System::MapdataCannonPoint::SData Struct Reference

Description

Definition at line 13 of file MapdataCannonPoint.hh.

Public Attributes

EGG::Vector3f pos
 
EGG::Vector3f rot
 
u16 id
 
s16 propertyIdx
 

Member Data Documentation

◆ id

u16 System::MapdataCannonPoint::SData::id

Definition at line 16 of file MapdataCannonPoint.hh.

◆ pos

EGG::Vector3f System::MapdataCannonPoint::SData::pos

Definition at line 14 of file MapdataCannonPoint.hh.

◆ propertyIdx

s16 System::MapdataCannonPoint::SData::propertyIdx

Definition at line 17 of file MapdataCannonPoint.hh.

◆ rot

EGG::Vector3f System::MapdataCannonPoint::SData::rot

Definition at line 15 of file MapdataCannonPoint.hh.