Highroad Engine v1.3
Public Attributes | List of all members
MoreMountains.Tools.MMCountdown.MMCountdownFloor Class Reference

A class to store floor information More...

Public Attributes

float FloorValue
 the value (in seconds) for this floor. Every FloorValue, the corresponding event will be triggered More...
 
float LastChangedAt = 0f
 the time (in seconds) this floor was last triggered at More...
 
UnityEvent FloorEvent
 the event to trigger when this floor is reached More...
 

Detailed Description

A class to store floor information

Member Data Documentation

◆ FloorEvent

UnityEvent MoreMountains.Tools.MMCountdown.MMCountdownFloor.FloorEvent

the event to trigger when this floor is reached

◆ FloorValue

float MoreMountains.Tools.MMCountdown.MMCountdownFloor.FloorValue

the value (in seconds) for this floor. Every FloorValue, the corresponding event will be triggered

◆ LastChangedAt

float MoreMountains.Tools.MMCountdown.MMCountdownFloor.LastChangedAt = 0f

the time (in seconds) this floor was last triggered at


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