C# Class GILES.Interface.pb_Inspector

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: procore3d/giles

Public Properties

Property Type Description
inspectorScrollPanel UnityEngine.GameObject
showUnityComponents bool

Public Methods

Method 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 method

public static AddIgnoredType ( System type ) : void
type System
return void

ClearInspector() public method

public ClearInspector ( ) : void
return void

OnSelectionChange() public method

public OnSelectionChange ( IEnumerable selection ) : void
selection IEnumerable
return void

RebuildInspector() public method

public RebuildInspector ( GameObject go ) : void
go UnityEngine.GameObject
return void

RemoveIgnoredType() public static method

public static RemoveIgnoredType ( System type ) : void
type System
return void

Start() public method

public Start ( ) : void
return void

ToggleInspector() public method

public ToggleInspector ( bool show ) : void
show bool
return void

UndoRedoPerformed() public method

public UndoRedoPerformed ( ) : void
return void

Property Details

inspectorScrollPanel public_oe property

public GameObject,UnityEngine inspectorScrollPanel
return UnityEngine.GameObject

showUnityComponents public_oe property

public bool showUnityComponents
return bool