C# Class GILES.Interface.pb_QuaternionInspector

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

Public Properties

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

Public Methods

Method Description
InitializeGUI ( ) : void
OnValueChange_W ( string val ) : void
OnValueChange_X ( string val ) : void
OnValueChange_Y ( string val ) : void
OnValueChange_Z ( 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_W() public method

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

OnValueChange_X() public method

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

OnValueChange_Y() public method

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

OnValueChange_Z() public method

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

Property Details

input_x public_oe property

public UnityEngine.UI.InputField input_x
return UnityEngine.UI.InputField

title public_oe property

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