C# Class GILES.pb_LoadSceneButton

Inheritance: pb_ToolbarButton
ファイルを表示 Open project: procore3d/giles

Public Properties

Property Type Description
dialogPrefab GILES.Interface.pb_FileDialog

Public Methods

Method Description
Open ( string path ) : void
OpenLoadPanel ( ) : void

Private Methods

Method Description
OnOpen ( string path ) : void

Method Details

Open() public method

public Open ( string path ) : void
path string
return void

OpenLoadPanel() public method

public OpenLoadPanel ( ) : void
return void

Property Details

dialogPrefab public_oe property

public pb_FileDialog,GILES.Interface dialogPrefab
return GILES.Interface.pb_FileDialog