#include <JugemSwitch.hh>
Represents a Lakitu toggle when turning to face backwards.
Definition at line 28 of file JugemSwitch.hh.
Public Member Functions | |
| void | init () override |
| void | calc () override |
Public Member Functions inherited from Kinoko::Field::JugemSwitch | |
| bool | isOn () const |
Private Attributes | |
| f32 | m_activationPercent |
| Lakitu is activated when this reaches 1.0f. | |
Additional Inherited Members | |
Protected Attributes inherited from Kinoko::Field::JugemSwitch | |
| bool | m_isOn |
|
overridevirtual |
Implements Kinoko::Field::JugemSwitch.
Definition at line 9 of file JugemSwitch.cc.
|
inlineoverridevirtual |
Reimplemented from Kinoko::Field::JugemSwitch.
Definition at line 33 of file JugemSwitch.hh.
|
private |
Lakitu is activated when this reaches 1.0f.
Definition at line 41 of file JugemSwitch.hh.