C# 클래스 KAS.KASAddonDebugTools

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: KospY/KAS

공개 프로퍼티들

프로퍼티 타입 설명
editFields string>.Dictionary
menu KASGuiConfigMenu

보호된 프로퍼티들

프로퍼티 타입 설명
guiConfigWindowPos UnityEngine.Rect

공개 메소드들

메소드 설명
OnGUI ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ConfigValues ( float>.Dictionary confValues ) : bool
EditField ( string label, Vector3 &value, int maxLenght = 10 ) : void
EditField ( string label, bool &value, int maxLenght = 10 ) : void
EditField ( string label, float &value, int maxLenght = 10 ) : void
EditField ( string label, string &value, int maxLenght = 10 ) : void
GuiConfigAnchorTab ( ) : void
GuiConfigGrappleTab ( ) : void
GuiConfigMagnetTab ( ) : void
GuiConfigPortTab ( ) : void
GuiConfigStrutTab ( ) : void
GuiConfigWinchTab ( ) : void
GuiConfigWindow ( int windowID ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

editFields 공개적으로 프로퍼티

public Dictionary editFields
리턴 string>.Dictionary

guiConfigWindowPos 보호되어 있는 프로퍼티

protected Rect,UnityEngine guiConfigWindowPos
리턴 UnityEngine.Rect

menu 공개적으로 프로퍼티

public KASGuiConfigMenu menu
리턴 KASGuiConfigMenu