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

An event used (usually by feedbacks) to trigger the spawn of a new floating text More...

Public Member Functions

delegate void Delegate (int channel, Vector3 spawnPosition, string value, Vector3 direction, float intensity, bool forceLifetime=false, float lifetime=1f, bool forceColor=false, Gradient animateColorGradient=null, bool useUnscaledTime=false)
 

Static Public Member Functions

static void Register (Delegate callback)
 
static void Unregister (Delegate callback)
 
static void Trigger (int channel, Vector3 spawnPosition, string value, Vector3 direction, float intensity, bool forceLifetime=false, float lifetime=1f, bool forceColor=false, Gradient animateColorGradient=null, bool useUnscaledTime=false)
 

Detailed Description

An event used (usually by feedbacks) to trigger the spawn of a new floating text

Member Function Documentation

◆ Delegate()

delegate void MoreMountains.Tools.MMFloatingTextSpawnEvent.Delegate ( int  channel,
Vector3  spawnPosition,
string  value,
Vector3  direction,
float  intensity,
bool  forceLifetime = false,
float  lifetime = 1f,
bool  forceColor = false,
Gradient  animateColorGradient = null,
bool  useUnscaledTime = false 
)

◆ Register()

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

◆ Trigger()

static void MoreMountains.Tools.MMFloatingTextSpawnEvent.Trigger ( int  channel,
Vector3  spawnPosition,
string  value,
Vector3  direction,
float  intensity,
bool  forceLifetime = false,
float  lifetime = 1f,
bool  forceColor = false,
Gradient  animateColorGradient = null,
bool  useUnscaledTime = false 
)
static

◆ Unregister()

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

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