C# 클래스 Utils

상속: MonoBehaviour
파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
interpreter Interpreter

공개 메소드들

메소드 설명
Dumpl ( IEnumerable c ) : void
Include ( string file ) : void
MInfo ( object ctype, string mname ) : void
Print ( ) : void
Printl ( IEnumerable c ) : void
ReadLine ( ) : string
Write ( string s ) : void

메소드 상세

Dumpl() 공개 정적인 메소드

public static Dumpl ( IEnumerable c ) : void
c IEnumerable
리턴 void

Include() 공개 정적인 메소드

public static Include ( string file ) : void
file string
리턴 void

MInfo() 공개 정적인 메소드

public static MInfo ( object ctype, string mname ) : void
ctype object
mname string
리턴 void

Print() 공개 정적인 메소드

public static Print ( ) : void
리턴 void

Printl() 공개 정적인 메소드

public static Printl ( IEnumerable c ) : void
c IEnumerable
리턴 void

ReadLine() 공개 정적인 메소드

public static ReadLine ( ) : string
리턴 string

Write() 공개 정적인 메소드

public static Write ( string s ) : void
s string
리턴 void

프로퍼티 상세

interpreter 공개적으로 정적으로 프로퍼티

public static Interpreter interpreter
리턴 Interpreter