C# Class TrakHound_UI.Timeline.Utilities

Misc utilities
Show file Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
Trace ( this sender, object msgObject = null, bool condition = true ) : void

Outputs debug trace message

Method Details

Trace() public static method

Outputs debug trace message
public static Trace ( this sender, object msgObject = null, bool condition = true ) : void
sender this
msgObject object
condition bool
return void