C# Class UnityContrib.UnityEngine.TimelineLogEntry

Log entry for the timeline.
Datei anzeigen Open project: UnityContrib/framework Class Usage Examples

Public Methods

Method Description
TimelineLogEntry ( string message, float start, float end, Color color ) : UnityEngine

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

Method Details

TimelineLogEntry() public method

Initializes a new instance of the T:UnityContrib.UnityEngine.TimelineLogEntry class.
public TimelineLogEntry ( string message, float start, float end, Color color ) : UnityEngine
message string /// The textual message for the log entry. ///
start float /// The time in seconds when the log entry started. ///
end float /// The time in seconds when the log entry started. ///
color UnityEngine.Color /// The color of the log entry when displayed. ///
return UnityEngine