C# Class TrakHound_UI.Timeline.Utilities

Misc utilities
Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

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

Outputs debug trace message

Method Details

Trace() public static méthode

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