|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| CountUpPaneRumbler (LayoutActor *, const char *) | |
| void | update () |
| void | start () |
| void | reset () |
| bool | isRumbling () const |
| void | connectPane (LayoutActor *, const char *) |
Public Attributes | |
| RumbleCalculatorCosMultLinear * | mRumbleCalculator |
| TVec2f | mFollowPos |
Definition at line 6 of file CountUpPaneRumbler.hpp.
| CountUpPaneRumbler::CountUpPaneRumbler | ( | LayoutActor * | pActor, |
| const char * | pName ) |
Definition at line 3 of file CountUpPaneRumbler.cpp.
| void CountUpPaneRumbler::update | ( | ) |
Definition at line 13 of file CountUpPaneRumbler.cpp.
| void CountUpPaneRumbler::start | ( | ) |
Definition at line 20 of file CountUpPaneRumbler.cpp.
| void CountUpPaneRumbler::reset | ( | ) |
Definition at line 24 of file CountUpPaneRumbler.cpp.
| bool CountUpPaneRumbler::isRumbling | ( | ) | const |
Definition at line 28 of file CountUpPaneRumbler.cpp.
| void CountUpPaneRumbler::connectPane | ( | LayoutActor * | pActor, |
| const char * | pName ) |
Definition at line 32 of file CountUpPaneRumbler.cpp.
| RumbleCalculatorCosMultLinear* CountUpPaneRumbler::mRumbleCalculator |
Definition at line 16 of file CountUpPaneRumbler.hpp.
| TVec2f CountUpPaneRumbler::mFollowPos |
Definition at line 17 of file CountUpPaneRumbler.hpp.