SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CountUpPaneRumbler Class Reference

Public Member Functions

 CountUpPaneRumbler (LayoutActor *, const char *)
 
void update ()
 
void start ()
 
void reset ()
 
bool isRumbling () const
 
void connectPane (LayoutActor *, const char *)
 

Public Attributes

RumbleCalculatorCosMultLinearmRumbleCalculator
 
TVec2f mFollowPos
 

Detailed Description

Definition at line 6 of file CountUpPaneRumbler.hpp.

Constructor & Destructor Documentation

◆ CountUpPaneRumbler()

CountUpPaneRumbler::CountUpPaneRumbler ( LayoutActor * pActor,
const char * pName )

Definition at line 3 of file CountUpPaneRumbler.cpp.

Member Function Documentation

◆ update()

void CountUpPaneRumbler::update ( )

Definition at line 13 of file CountUpPaneRumbler.cpp.

◆ start()

void CountUpPaneRumbler::start ( )

Definition at line 20 of file CountUpPaneRumbler.cpp.

◆ reset()

void CountUpPaneRumbler::reset ( )

Definition at line 24 of file CountUpPaneRumbler.cpp.

◆ isRumbling()

bool CountUpPaneRumbler::isRumbling ( ) const

Definition at line 28 of file CountUpPaneRumbler.cpp.

◆ connectPane()

void CountUpPaneRumbler::connectPane ( LayoutActor * pActor,
const char * pName )

Definition at line 32 of file CountUpPaneRumbler.cpp.

Member Data Documentation

◆ mRumbleCalculator

RumbleCalculatorCosMultLinear* CountUpPaneRumbler::mRumbleCalculator

Definition at line 16 of file CountUpPaneRumbler.hpp.

◆ mFollowPos

TVec2f CountUpPaneRumbler::mFollowPos

Definition at line 17 of file CountUpPaneRumbler.hpp.