Method | Description | |
---|---|---|
TimelineLogEntry ( string message, float start, float end, |
Initializes a new instance of the T:UnityContrib.UnityEngine.TimelineLogEntry class.
|
public TimelineLogEntry ( string message, float start, float end, |
||
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 | /// The color of the log entry when displayed. /// | |
return | UnityEngine |