C# Class GILES.Interface.pb_ColorInspector

Inheritance: pb_TypeInspector
显示文件 Open project: procore3d/giles

Public Properties

Property Type Description
input_r UnityEngine.UI.InputField
title UnityEngine.UI.Text

Public Methods

Method Description
InitializeGUI ( ) : void
OnValueChange_A ( string val ) : void
OnValueChange_B ( string val ) : void
OnValueChange_G ( string val ) : void
OnValueChange_R ( string val ) : void

Protected Methods

Method Description
OnUpdateGUI ( ) : void

Private Methods

Method Description
OnGUIChanged ( ) : void

Method Details

InitializeGUI() public method

public InitializeGUI ( ) : void
return void

OnUpdateGUI() protected method

protected OnUpdateGUI ( ) : void
return void

OnValueChange_A() public method

public OnValueChange_A ( string val ) : void
val string
return void

OnValueChange_B() public method

public OnValueChange_B ( string val ) : void
val string
return void

OnValueChange_G() public method

public OnValueChange_G ( string val ) : void
val string
return void

OnValueChange_R() public method

public OnValueChange_R ( string val ) : void
val string
return void

Property Details

input_r public_oe property

public UnityEngine.UI.InputField input_r
return UnityEngine.UI.InputField

title public_oe property

public UnityEngine.UI.Text title
return UnityEngine.UI.Text