Feel
5.3
The best way to improve your game's feel and make it extra juicy
|
A class used to listen to events from a MMDebugMenu's checkbox More...
Public Member Functions | |
virtual void | OnEnable () |
Starts listening for events More... | |
virtual void | OnDisable () |
Stops listening for events More... | |
Public Attributes | |
string | CheckboxEventName = "CheckboxEventName" |
the name of the event to listen to More... | |
MMDCheckboxPressedEvent | MMDPressedEvent |
an event fired when the checkbox gets pressed More... | |
MMDCheckboxTrueEvent | MMDTrueEvent |
an event fired when the checkbox is pressed and becomes true/checked More... | |
MMDCheckboxFalseEvent | MMDFalseEvent |
an event fired when the checkbox is pressed and becomes false/unchecked More... | |
bool | TestValue = true |
bool | TestSetValueButton |
Protected Member Functions | |
virtual void | TestSetValue () |
This test methods will send a set event to all checkboxes bound to the CheckboxEventName More... | |
virtual void | OnMMDebugMenuCheckboxEvent (string checkboxNameEvent, bool value, MMDebugMenuCheckboxEvent.EventModes eventMode) |
When get a checkbox event, we invoke our events if needed More... | |
A class used to listen to events from a MMDebugMenu's checkbox
|
virtual |
Stops listening for events
|
virtual |
Starts listening for events
|
protectedvirtual |
When get a checkbox event, we invoke our events if needed
checkboxNameEvent | |
value |
|
protectedvirtual |
This test methods will send a set event to all checkboxes bound to the CheckboxEventName
string MoreMountains.Tools.MMDebugMenuCheckboxEventListener.CheckboxEventName = "CheckboxEventName" |
the name of the event to listen to
MMDCheckboxFalseEvent MoreMountains.Tools.MMDebugMenuCheckboxEventListener.MMDFalseEvent |
an event fired when the checkbox is pressed and becomes false/unchecked
MMDCheckboxPressedEvent MoreMountains.Tools.MMDebugMenuCheckboxEventListener.MMDPressedEvent |
an event fired when the checkbox gets pressed
MMDCheckboxTrueEvent MoreMountains.Tools.MMDebugMenuCheckboxEventListener.MMDTrueEvent |
an event fired when the checkbox is pressed and becomes true/checked
bool MoreMountains.Tools.MMDebugMenuCheckboxEventListener.TestSetValueButton |
bool MoreMountains.Tools.MMDebugMenuCheckboxEventListener.TestValue = true |