ManoMotion Unity SDK 2.0
SDK documentation
Loading...
Searching...
No Matches
ManoMotion.ManoEvents Class Reference

Gives information about the license being used.

Inheritance diagram for ManoMotion.ManoEvents:

Public Member Functions

void DisplayLowPowerToast (string message)
 Displays the message about LowPowerMode enabled 3 times.
 

Private Member Functions

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

Private Attributes

Animator statusAnimator
 
Text statusText
 
Animator lowPowerAnimator
 
Text lowPowerText
 
bool showingMode = false
 

Member Function Documentation

◆ CheckForMode()

void ManoMotion.ManoEvents.CheckForMode ( )
inlineprivate

◆ DisplayLogMessage()

void ManoMotion.ManoEvents.DisplayLogMessage ( string message)
inlineprivate
Parameters
messageRequires the string message to be displayed

◆ DisplayLowPowerToast()

void ManoMotion.ManoEvents.DisplayLowPowerToast ( string message)
inline
Parameters
message
Returns

◆ HandleManomotionMessages()

void ManoMotion.ManoEvents.HandleManomotionMessages ( )
inlineprivate

◆ Update()

void ManoMotion.ManoEvents.Update ( )
inlineprivate

Member Data Documentation

◆ lowPowerAnimator

Animator ManoMotion.ManoEvents.lowPowerAnimator
private

◆ lowPowerText

Text ManoMotion.ManoEvents.lowPowerText
private

◆ showingMode

bool ManoMotion.ManoEvents.showingMode = false
private

◆ statusAnimator

Animator ManoMotion.ManoEvents.statusAnimator
private

◆ statusText

Text ManoMotion.ManoEvents.statusText
private