C# Class GILES.Interface.pb_ComponentEditor

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: procore3d/giles Class Usage Examples

Public Properties

Property Type Description
ignoreProperties HashSet

Protected Properties

Property Type Description
target UnityEngine.Component

Public Methods

Method Description
SetComponent ( Component target ) : void
UpdateGUI ( ) : void

Protected Methods

Method Description
InitializeGUI ( ) : void
OnTypeInspectorSetValue ( ) : void

Method Details

InitializeGUI() protected method

protected InitializeGUI ( ) : void
return void

OnTypeInspectorSetValue() protected method

protected OnTypeInspectorSetValue ( ) : void
return void

SetComponent() public method

public SetComponent ( Component target ) : void
target UnityEngine.Component
return void

UpdateGUI() public method

public UpdateGUI ( ) : void
return void

Property Details

ignoreProperties public_oe static_oe property

public static HashSet ignoreProperties
return HashSet

target protected_oe property

protected Component,UnityEngine target
return UnityEngine.Component