C# 클래스 UnityContrib.UnityEngine.TimelineLog

Records an entry for the timeline.
상속: IDisposable
파일 보기 프로젝트 열기: UnityContrib/framework

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the timeline.

Dispose ( ) : void

Finalizes the log entry and records it.

TimelineLog ( string source, string category, string message ) : System

Initializes a new instance of the T:UnityContrib.UnityEngine.TimelineLog class.

메소드 상세

Clear() 공개 정적인 메소드

Clears the timeline.
public static Clear ( ) : void
리턴 void

Dispose() 공개 메소드

Finalizes the log entry and records it.
public Dispose ( ) : void
리턴 void

TimelineLog() 공개 메소드

Initializes a new instance of the T:UnityContrib.UnityEngine.TimelineLog class.
public TimelineLog ( string source, string category, string message ) : System
source string /// The source of the entry. ///
category string /// The category of the entry. ///
message string /// The message of the entry. ///
리턴 System