C# Class uREPL.MainEditor

Inheritance: UnityEditor.Editor
Datei anzeigen Open project: hecomi/uREPL

Private Properties

Property Type Description
DrawCompletionPluginGUI void
DrawCompletoinParametersGUI void

Public Methods

Method Description
Float ( string name, float &param ) : void
OnInspectorGUI ( ) : void
Toggle ( string name, bool &param ) : void

Private Methods

Method Description
DrawCompletionPluginGUI ( ) : void
DrawCompletoinParametersGUI ( ) : void

Method Details

Float() public method

public Float ( string name, float &param ) : void
name string
param float
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Toggle() public method

public Toggle ( string name, bool &param ) : void
name string
param bool
return void