C# Class FullInspector.tkControlEditor

ファイルを表示 Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
Context object
Control tkIControl
Debug bool

Public Methods

Method Description
tkControlEditor ( bool debug, tkIControl control )
tkControlEditor ( tkIControl control )

Method Details

tkControlEditor() public method

public tkControlEditor ( bool debug, tkIControl control )
debug bool
control tkIControl

tkControlEditor() public method

public tkControlEditor ( tkIControl control )
control tkIControl

Property Details

Context public_oe property

The context object.
public object Context
return object

Control public_oe property

The control that will render the GUI.
public tkIControl Control
return tkIControl

Debug public_oe property

Determines if the debugger will be displayed beneath the control. The debugger will allow you to easily tweak values within the control so that you can get the perfect GUI.
public bool Debug
return bool