Infinite Runner Engine v1.9
List of all members
MoreMountains.MMInterface.MMCheckbox Class Reference

A class to handle checkboxes More...

Inheritance diagram for MoreMountains.MMInterface.MMCheckbox:
MoreMountains.MMInterface.MMSpriteReplace

Additional Inherited Members

- Public Member Functions inherited from MoreMountains.MMInterface.MMSpriteReplace
virtual void Swap ()
 A public method to change the sprite More...
 
virtual void SwitchToOffSprite ()
 a public method to switch to off sprite directly More...
 
virtual void SwitchToOnSprite ()
 a public method to switch to on sprite directly More...
 
- Public Attributes inherited from MoreMountains.MMInterface.MMSpriteReplace
Sprite OnSprite
 the sprite to use when in the "on" state More...
 
Sprite OffSprite
 the sprite to use when in the "off" state More...
 
bool StartsOn = true
 if this is true, the button will start if "on" state More...
 
bool SwapButton
 
bool SwitchToOffSpriteButton
 
bool SwitchToOnSpriteButton
 
- Protected Member Functions inherited from MoreMountains.MMInterface.MMSpriteReplace
virtual void Start ()
 On Start we initialize our button More...
 
virtual void Initialization ()
 On init, we grab our image component, and set our sprite in its initial state More...
 
virtual void SpriteOff ()
 sets the image's sprite to off More...
 
virtual void SpriteOn ()
 sets the image's sprite to on More...
 
- Protected Attributes inherited from MoreMountains.MMInterface.MMSpriteReplace
Image _image
 
SpriteRenderer _spriteRenderer
 
MMTouchButton _mmTouchButton
 
- Properties inherited from MoreMountains.MMInterface.MMSpriteReplace
bool CurrentValue [get]
 the current state of the button More...
 

Detailed Description

A class to handle checkboxes


The documentation for this class was generated from the following file: