C# Class GILES.Interface.pb_SaveDialogButton

Inheritance: UnityEngine.UI.Button
显示文件 Open project: procore3d/giles Class Usage Examples

Public Properties

Property Type Description
OnClick Callback
path string

Public Methods

Method Description
SetDelegateAndPath ( Callback del, string path ) : void

Method Details

SetDelegateAndPath() public method

public SetDelegateAndPath ( Callback del, string path ) : void
del Callback
path string
return void

Property Details

OnClick public_oe property

public Callback OnClick
return Callback

path public_oe property

public string path
return string