|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/bases/d_a_wm_dokan_route.hpp>
The global configuration for the actor.
Definition at line 20 of file d_a_wm_dokan_route.hpp.
Public Attributes | |
| float | mScaleMultiplier |
| The scale multiplier to be applied to all pipes. | |
| struct { | |
| mVec3_c mPosOffset | |
| The offset from the pipe's bone position. More... | |
| float mAnmRate | |
| The animation speed multiplier. More... | |
| s16 mInitialDelay | |
| The initial delay before the pipe begins moving, in frames. More... | |
| s16 mAnimDuration | |
| The total duration of the animation, in frames. This also controls the pipe's length. More... | |
| s16 mDecelDuration | |
| The duration of the animation's deceleration phase, in frames. More... | |
| s16 mDirection | |
| The direction of the pipe. Value is a DIR_e. More... | |
| } | mNodeConfigs [NODE_COUNT] |
| The configuration for each hardcoded pipe instance. | |
| float daWmDokanRoute_c::GlobalData_t::mScaleMultiplier |
The scale multiplier to be applied to all pipes.
Definition at line 21 of file d_a_wm_dokan_route.hpp.
| mVec3_c daWmDokanRoute_c::GlobalData_t::mPosOffset |
The offset from the pipe's bone position.
Definition at line 23 of file d_a_wm_dokan_route.hpp.
| float daWmDokanRoute_c::GlobalData_t::mAnmRate |
The animation speed multiplier.
Definition at line 24 of file d_a_wm_dokan_route.hpp.
| s16 daWmDokanRoute_c::GlobalData_t::mInitialDelay |
The initial delay before the pipe begins moving, in frames.
Definition at line 25 of file d_a_wm_dokan_route.hpp.
| s16 daWmDokanRoute_c::GlobalData_t::mAnimDuration |
The total duration of the animation, in frames. This also controls the pipe's length.
Definition at line 26 of file d_a_wm_dokan_route.hpp.
| s16 daWmDokanRoute_c::GlobalData_t::mDecelDuration |
The duration of the animation's deceleration phase, in frames.
Definition at line 27 of file d_a_wm_dokan_route.hpp.
| s16 daWmDokanRoute_c::GlobalData_t::mDirection |
The direction of the pipe. Value is a DIR_e.
Definition at line 28 of file d_a_wm_dokan_route.hpp.
| struct { ... } daWmDokanRoute_c::GlobalData_t::mNodeConfigs[NODE_COUNT] |
The configuration for each hardcoded pipe instance.