C# Class KAS.KASAddonDebugTools

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: KospY/KAS

Public Properties

Property Type Description
editFields string>.Dictionary
menu KASGuiConfigMenu

Protected Properties

Property Type Description
guiConfigWindowPos UnityEngine.Rect

Public Methods

Method Description
OnGUI ( ) : void
Update ( ) : void

Private Methods

Method Description
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

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

editFields public_oe property

public Dictionary editFields
return string>.Dictionary

guiConfigWindowPos protected_oe property

protected Rect,UnityEngine guiConfigWindowPos
return UnityEngine.Rect

menu public_oe property

public KASGuiConfigMenu menu
return KASGuiConfigMenu