Infinite Runner Engine v1.9
Public Member Functions | Public Attributes | List of all members
MoreMountains.Tools.MMDebug.DebugLogItem Struct Reference

A struct used to store log items More...

Public Member Functions

 DebugLogItem (object message, string color, int framecount, float time, int timePrecision, bool displayFrameCount)
 

Public Attributes

object Message
 
string Color
 
int Framecount
 
float Time
 
int TimePrecision
 
bool DisplayFrameCount
 

Detailed Description

A struct used to store log items

Constructor & Destructor Documentation

◆ DebugLogItem()

MoreMountains.Tools.MMDebug.DebugLogItem.DebugLogItem ( object  message,
string  color,
int  framecount,
float  time,
int  timePrecision,
bool  displayFrameCount 
)

Member Data Documentation

◆ Color

string MoreMountains.Tools.MMDebug.DebugLogItem.Color

◆ DisplayFrameCount

bool MoreMountains.Tools.MMDebug.DebugLogItem.DisplayFrameCount

◆ Framecount

int MoreMountains.Tools.MMDebug.DebugLogItem.Framecount

◆ Message

object MoreMountains.Tools.MMDebug.DebugLogItem.Message

◆ Time

float MoreMountains.Tools.MMDebug.DebugLogItem.Time

◆ TimePrecision

int MoreMountains.Tools.MMDebug.DebugLogItem.TimePrecision

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