Highroad Engine v1.3
Public Member Functions | Static Public Member Functions | List of all members
MoreMountains.Tools.MMRadioLevelEvent Struct Reference

A struct event used to broadcast the level to channels More...

Public Member Functions

delegate void Delegate (int channel, float level)
 

Static Public Member Functions

static void Register (Delegate callback)
 
static void Unregister (Delegate callback)
 
static void Trigger (int channel, float level)
 

Detailed Description

A struct event used to broadcast the level to channels

Member Function Documentation

◆ Delegate()

delegate void MoreMountains.Tools.MMRadioLevelEvent.Delegate ( int  channel,
float  level 
)

◆ Register()

static void MoreMountains.Tools.MMRadioLevelEvent.Register ( Delegate  callback)
static

◆ Trigger()

static void MoreMountains.Tools.MMRadioLevelEvent.Trigger ( int  channel,
float  level 
)
static

◆ Unregister()

static void MoreMountains.Tools.MMRadioLevelEvent.Unregister ( Delegate  callback)
static

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