Feel  4.0.1
The best way to improve your game's feel and make it extra juicy
MoreMountains.Feedbacks.DemoButton Class Reference

A simple class used to handle demo buttons in the MMF_PlayerDemo and MMFeedbacksDemo scenes More...

Inheritance diagram for MoreMountains.Feedbacks.DemoButton:

Public Member Functions

void OnClickEvent ()
 

Public Attributes

bool NotSupportedInWebGL = false
 
Button TargetButton
 
Text ButtonText
 
Text WebGL
 
MMF_Player TargetMMF_Player
 

Protected Member Functions

virtual void OnEnable ()
 
void OnDisable ()
 
virtual void HandleWebGL ()
 

Protected Attributes

Color _disabledColor = new Color(255, 255, 255, 0.5f)
 

Detailed Description

A simple class used to handle demo buttons in the MMF_PlayerDemo and MMFeedbacksDemo scenes

Member Function Documentation

◆ HandleWebGL()

virtual void MoreMountains.Feedbacks.DemoButton.HandleWebGL ( )
protectedvirtual

◆ OnClickEvent()

void MoreMountains.Feedbacks.DemoButton.OnClickEvent ( )

◆ OnDisable()

void MoreMountains.Feedbacks.DemoButton.OnDisable ( )
protected

◆ OnEnable()

virtual void MoreMountains.Feedbacks.DemoButton.OnEnable ( )
protectedvirtual

Member Data Documentation

◆ _disabledColor

Color MoreMountains.Feedbacks.DemoButton._disabledColor = new Color(255, 255, 255, 0.5f)
protected

◆ ButtonText

Text MoreMountains.Feedbacks.DemoButton.ButtonText

◆ NotSupportedInWebGL

bool MoreMountains.Feedbacks.DemoButton.NotSupportedInWebGL = false

◆ TargetButton

Button MoreMountains.Feedbacks.DemoButton.TargetButton

◆ TargetMMF_Player

MMF_Player MoreMountains.Feedbacks.DemoButton.TargetMMF_Player

◆ WebGL

Text MoreMountains.Feedbacks.DemoButton.WebGL

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