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

Description

Definition at line 11 of file MapdataGeoObj.hh.

Public Attributes

u16 id
 
EGG::Vector3f position
 
EGG::Vector3f rotation
 
EGG::Vector3f scale
 
s16 pathId
 
u16 settings [8]
 
u16 presenceFlag
 

Member Data Documentation

◆ id

u16 System::MapdataGeoObj::SData::id

Definition at line 12 of file MapdataGeoObj.hh.

◆ pathId

s16 System::MapdataGeoObj::SData::pathId

Definition at line 16 of file MapdataGeoObj.hh.

◆ position

EGG::Vector3f System::MapdataGeoObj::SData::position

Definition at line 13 of file MapdataGeoObj.hh.

◆ presenceFlag

u16 System::MapdataGeoObj::SData::presenceFlag

Definition at line 18 of file MapdataGeoObj.hh.

◆ rotation

EGG::Vector3f System::MapdataGeoObj::SData::rotation

Definition at line 14 of file MapdataGeoObj.hh.

◆ scale

EGG::Vector3f System::MapdataGeoObj::SData::scale

Definition at line 15 of file MapdataGeoObj.hh.

◆ settings

u16 System::MapdataGeoObj::SData::settings[8]

Definition at line 17 of file MapdataGeoObj.hh.