New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
SimpleBoxBgCollision.h
Go to the documentation of this file.
1#pragma once
2
3#include <collision/SimpleShapeBgCollision.h>
4
6{
7 // getRuntimeTypeInfoStatic()::typeInfo initialization guard variable Address: 0x101E9EA0
8 // getRuntimeTypeInfoStatic()::typeInfo Address: 0x101E9FCC
9 SEAD_RTTI_OVERRIDE(SimpleBoxBgCollision, SimpleShapeBgCollision)
10
11public:
14 {
15 for (int i = 0; i < 4; i++)
16 {
17 mPointArray[i].x = 0.0f;
18 mPointArray[i].y = 0.0f;
19 }
20
21 for (int i = 0; i < 4; i++)
22 {
25 }
26 }
27
28protected:
32};
33static_assert(sizeof(SimpleBoxBgCollision) == 0x290);
Definition SimpleBoxBgCollision.h:6
BasicRideLine mRideLinePrevArray[4]
Definition SimpleBoxBgCollision.h:31
BasicRideLine mRideLineArray[4]
Definition SimpleBoxBgCollision.h:30