C# 클래스 UnityContrib.UnityEngine.TimelineLogEntry

Log entry for the timeline.
파일 보기 프로젝트 열기: UnityContrib/framework 1 사용 예제들

공개 메소드들

메소드 설명
TimelineLogEntry ( string message, float start, float end, Color color ) : UnityEngine

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

메소드 상세

TimelineLogEntry() 공개 메소드

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. ///
리턴 UnityEngine