C# Class UnityContrib.UnityEngine.TimelineLog

Records an entry for the timeline.
Inheritance: IDisposable
Afficher le fichier Open project: UnityContrib/framework

Méthodes publiques

Méthode 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.

Method Details

Clear() public static méthode

Clears the timeline.
public static Clear ( ) : void
Résultat void

Dispose() public méthode

Finalizes the log entry and records it.
public Dispose ( ) : void
Résultat void

TimelineLog() public méthode

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. ///
Résultat System