C# 클래스 TrakHound_UI.Timeline.Utilities

Misc utilities
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
Trace ( this sender, object msgObject = null, bool condition = true ) : void

Outputs debug trace message

메소드 상세

Trace() 공개 정적인 메소드

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