New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
HipdropExEffect.h
Go to the documentation of this file.
1#pragma once
2
3#include <container/seadSafeArray.h>
4#include <math/seadVector.h>
5
6class AnimModel;
7
9{
10public:
17 static_assert(cModelType_Num == 2);
18
19public:
21
23 void calcModel();
24 void drawModel();
25
26 void set(const sead::Vector3f& pos);
27
28 // TODO
29
30//protected:
34};
35static_assert(sizeof(HipdropExEffect) == 0x18);
Definition AnimModel.h:19
Definition HipdropExEffect.h:9
ModelType
Definition HipdropExEffect.h:12
@ cModelType_FB
Definition HipdropExEffect.h:13
@ cModelType_Num
Definition HipdropExEffect.h:15
@ cModelType_Rainbow
Definition HipdropExEffect.h:14
bool mIsEnable
Definition HipdropExEffect.h:33
void set(const sead::Vector3f &pos)
sead::SafeArray< AnimModel *, cModelType_Num > mModel
Definition HipdropExEffect.h:31
sead::Vector3f mPosition
Definition HipdropExEffect.h:32