ManoMotion SDK PRO  1.4.4.1
ManoMotion SDK PRO API documentation
ManoEvents Class Reference

Gives information about the license being used. More...

Inheritance diagram for ManoEvents:

Public Member Functions

IEnumerator DispayLowPowerToast (string message)
 Displays the message about LowPowerMode enabled 3 times. More...
 

Static Protected Attributes

static ManoEvents _instance
 

Properties

static ManoEvents Instance [get, set]
 

Private Member Functions

void Awake ()
 
void Update ()
 
void HandleManomotionMessages ()
 Interprets the message from the Manomotion Manager class and assigns a string message to be displayed. More...
 
void DisplayLogMessage (string message)
 Displays Log messages from the Manomotion Flags More...
 

Private Attributes

Animator statusAnimator
 Animator thats used to display license messages. More...
 
Animator lowPowerAnimator
 Animator thats used to display lowPowerMode messages. More...
 
string debugMessage = ""
 

Detailed Description

Gives information about the license being used.

Member Function Documentation

◆ Awake()

void ManoEvents.Awake ( )
inlineprivate

◆ DispayLowPowerToast()

IEnumerator ManoEvents.DispayLowPowerToast ( string  message)
inline

Displays the message about LowPowerMode enabled 3 times.

Parameters
message
Returns

◆ DisplayLogMessage()

void ManoEvents.DisplayLogMessage ( string  message)
inlineprivate

Displays Log messages from the Manomotion Flags

Parameters
messageRequires the string message to be displayed

◆ HandleManomotionMessages()

void ManoEvents.HandleManomotionMessages ( )
inlineprivate

Interprets the message from the Manomotion Manager class and assigns a string message to be displayed.

◆ Update()

void ManoEvents.Update ( )
inlineprivate

Field Documentation

◆ _instance

ManoEvents ManoEvents._instance
staticprotected

◆ debugMessage

string ManoEvents.debugMessage = ""
private

◆ lowPowerAnimator

Animator ManoEvents.lowPowerAnimator
private

Animator thats used to display lowPowerMode messages.

◆ statusAnimator

Animator ManoEvents.statusAnimator
private

Animator thats used to display license messages.

Property Documentation

◆ Instance

ManoEvents ManoEvents.Instance
staticgetset

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