C# 클래스 PersistentTrails.DebugMessages

파일 보기 프로젝트 열기: GrJo/KSPPersistentTrails

공개 프로퍼티들

프로퍼티 타입 설명
debugMode bool
lineSpacing float
postToScreenDuration float
screenPosition UnityEngine.Rect

공개 메소드들

메소드 설명
DebugMessages ( ) : System
DebugMessages ( bool _debugMode, OutputMode _outputMode, float _postToScreenDuration ) : System
OnGUI ( ) : void
Post ( string input, bool postToLog, float postToScreenDuration ) : void
PostMessage ( string input, bool postToLog, float postToScreenDuration ) : void
debugMessage ( string input ) : void
debugMessage ( string input, bool postToLog, float postToScreenDuration ) : void
debugMessage ( string input, float postToScreenDuration ) : void

메소드 상세

DebugMessages() 공개 메소드

public DebugMessages ( ) : System
리턴 System

DebugMessages() 공개 메소드

public DebugMessages ( bool _debugMode, OutputMode _outputMode, float _postToScreenDuration ) : System
_debugMode bool
_outputMode OutputMode
_postToScreenDuration float
리턴 System

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Post() 공개 정적인 메소드

public static Post ( string input, bool postToLog, float postToScreenDuration ) : void
input string
postToLog bool
postToScreenDuration float
리턴 void

PostMessage() 공개 메소드

public PostMessage ( string input, bool postToLog, float postToScreenDuration ) : void
input string
postToLog bool
postToScreenDuration float
리턴 void

debugMessage() 공개 메소드

public debugMessage ( string input ) : void
input string
리턴 void

debugMessage() 공개 메소드

public debugMessage ( string input, bool postToLog, float postToScreenDuration ) : void
input string
postToLog bool
postToScreenDuration float
리턴 void

debugMessage() 공개 메소드

public debugMessage ( string input, float postToScreenDuration ) : void
input string
postToScreenDuration float
리턴 void

프로퍼티 상세

debugMode 공개적으로 프로퍼티

public bool debugMode
리턴 bool

lineSpacing 공개적으로 프로퍼티

public float lineSpacing
리턴 float

postToScreenDuration 공개적으로 프로퍼티

public float postToScreenDuration
리턴 float

screenPosition 공개적으로 프로퍼티

public Rect,UnityEngine screenPosition
리턴 UnityEngine.Rect