C# Class GILES.Interface.pb_ComponentEditor

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: procore3d/giles Class Usage Examples

Méthodes publiques

Свойство Type Description
ignoreProperties HashSet

Protected Properties

Свойство Type Description
target UnityEngine.Component

Méthodes publiques

Méthode Description
SetComponent ( Component target ) : void
UpdateGUI ( ) : void

Méthodes protégées

Méthode Description
InitializeGUI ( ) : void
OnTypeInspectorSetValue ( ) : void

Method Details

InitializeGUI() protected méthode

protected InitializeGUI ( ) : void
Résultat void

OnTypeInspectorSetValue() protected méthode

protected OnTypeInspectorSetValue ( ) : void
Résultat void

SetComponent() public méthode

public SetComponent ( Component target ) : void
target UnityEngine.Component
Résultat void

UpdateGUI() public méthode

public UpdateGUI ( ) : void
Résultat void

Property Details

ignoreProperties public_oe static_oe property

public static HashSet ignoreProperties
Résultat HashSet

target protected_oe property

protected Component,UnityEngine target
Résultat UnityEngine.Component