C# Class GILES.Interface.pb_Inspector

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

Méthodes publiques

Свойство Type Description
inspectorScrollPanel UnityEngine.GameObject
showUnityComponents bool

Méthodes publiques

Méthode Description
AddIgnoredType ( System type ) : void
ClearInspector ( ) : void
OnSelectionChange ( IEnumerable selection ) : void
RebuildInspector ( GameObject go ) : void
RemoveIgnoredType ( System type ) : void
Start ( ) : void
ToggleInspector ( bool show ) : void
UndoRedoPerformed ( ) : void

Method Details

AddIgnoredType() public static méthode

public static AddIgnoredType ( System type ) : void
type System
Résultat void

ClearInspector() public méthode

public ClearInspector ( ) : void
Résultat void

OnSelectionChange() public méthode

public OnSelectionChange ( IEnumerable selection ) : void
selection IEnumerable
Résultat void

RebuildInspector() public méthode

public RebuildInspector ( GameObject go ) : void
go UnityEngine.GameObject
Résultat void

RemoveIgnoredType() public static méthode

public static RemoveIgnoredType ( System type ) : void
type System
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToggleInspector() public méthode

public ToggleInspector ( bool show ) : void
show bool
Résultat void

UndoRedoPerformed() public méthode

public UndoRedoPerformed ( ) : void
Résultat void

Property Details

inspectorScrollPanel public_oe property

public GameObject,UnityEngine inspectorScrollPanel
Résultat UnityEngine.GameObject

showUnityComponents public_oe property

public bool showUnityComponents
Résultat bool