C# 클래스 PersistentTrails.debugLine

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

공개 프로퍼티들

프로퍼티 타입 설명
delay float
text string

공개 메소드들

메소드 설명
debugLine ( string _text, float _delay ) : System

메소드 상세

debugLine() 공개 메소드

public debugLine ( string _text, float _delay ) : System
_text string
_delay float
리턴 System

프로퍼티 상세

delay 공개적으로 프로퍼티

public float delay
리턴 float

text 공개적으로 프로퍼티

public string text
리턴 string