Method | Description | |
---|---|---|
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.
|
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. /// |
return | System |