New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
PtclParam.h
Go to the documentation of this file.
1#pragma once
2
3#include <basis/seadTypes.h>
4
6{
12
13 bool isDefault() const
14 {
15 return scale == 1.0f &&
16 transX == 0.0f &&
17 transY == 0.0f &&
18 transZ == 0.0f;
19 }
20};
21static_assert(sizeof(PtclParam) == 0x14);
Definition PtclParam.h:6
bool isDefault() const
Definition PtclParam.h:13
s32 emitter_set_id
Definition PtclParam.h:7
f32 transX
Definition PtclParam.h:9
f32 transZ
Definition PtclParam.h:11
f32 transY
Definition PtclParam.h:10
f32 scale
Definition PtclParam.h:8