C# 클래스 KEngine.Editor.KEngineUtils

상속: EditorWindow
파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
KEngineVersion System.Version

공개 메소드들

메소드 설명
SetConfValue ( string key, string value ) : void

Set AppVersion of KEngineConfig.txt

Set KEngineConfig.txt file, and reload AppEngine's instance of EngineConfigs, (Editor only)

비공개 메소드들

메소드 설명
Init ( ) : void
KEngineUtils ( ) : System
OnGUI ( ) : void

메소드 상세

SetConfValue() 공개 정적인 메소드

Set AppVersion of KEngineConfig.txt Set KEngineConfig.txt file, and reload AppEngine's instance of EngineConfigs, (Editor only)
public static SetConfValue ( string key, string value ) : void
key string
value string
리턴 void

프로퍼티 상세

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

public static Version,System KEngineVersion
리턴 System.Version