C# Class GILES.Interface.pb_ColorInspector

Inheritance: pb_TypeInspector
Afficher le fichier Open project: procore3d/giles

Méthodes publiques

Свойство Type Description
input_r UnityEngine.UI.InputField
title UnityEngine.UI.Text

Méthodes publiques

Méthode Description
InitializeGUI ( ) : void
OnValueChange_A ( string val ) : void
OnValueChange_B ( string val ) : void
OnValueChange_G ( string val ) : void
OnValueChange_R ( string val ) : void

Méthodes protégées

Méthode Description
OnUpdateGUI ( ) : void

Private Methods

Méthode Description
OnGUIChanged ( ) : void

Method Details

InitializeGUI() public méthode

public InitializeGUI ( ) : void
Résultat void

OnUpdateGUI() protected méthode

protected OnUpdateGUI ( ) : void
Résultat void

OnValueChange_A() public méthode

public OnValueChange_A ( string val ) : void
val string
Résultat void

OnValueChange_B() public méthode

public OnValueChange_B ( string val ) : void
val string
Résultat void

OnValueChange_G() public méthode

public OnValueChange_G ( string val ) : void
val string
Résultat void

OnValueChange_R() public méthode

public OnValueChange_R ( string val ) : void
val string
Résultat void

Property Details

input_r public_oe property

public UnityEngine.UI.InputField input_r
Résultat UnityEngine.UI.InputField

title public_oe property

public UnityEngine.UI.Text title
Résultat UnityEngine.UI.Text