C# Class GILES.Interface.pb_QuaternionInspector

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
InitializeGUI ( ) : void
OnValueChange_W ( string val ) : void
OnValueChange_X ( string val ) : void
OnValueChange_Y ( string val ) : void
OnValueChange_Z ( 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_W() public méthode

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

OnValueChange_X() public méthode

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

OnValueChange_Y() public méthode

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

OnValueChange_Z() public méthode

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

Property Details

input_x public_oe property

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

title public_oe property

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