C# Class Foundation.Editor.BinderEditor

Inheritance: UnityEditor.Editor
Datei anzeigen Open project: NVentimiglia/Unity3d-Foundation

Protected Properties

Property Type Description
Target Foundation.Databinding.BindingBase

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
PropertyDropDown ( BindingBase info ) : void
PropertyTextInputs ( ) : void
ValidType ( Type filteredType, Type memberType ) : bool

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Property Details

Target protected_oe property

protected BindingBase,Foundation.Databinding Target
return Foundation.Databinding.BindingBase