C# Class GILES.pb_SaveSceneButton

Inheritance: pb_ToolbarButton
显示文件 Open project: procore3d/giles

Public Properties

Property Type Description
dialogPrefab GILES.Interface.pb_FileDialog

Public Methods

Method Description
OpenSavePanel ( ) : void
Save ( string path ) : void

Private Methods

Method Description
OnSave ( string path ) : void

Method Details

OpenSavePanel() public method

public OpenSavePanel ( ) : void
return void

Save() public method

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

Property Details

dialogPrefab public_oe property

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