C# Class ImageFileFinder, Beep-Beep

Inheritance: MonoBehaviour
ファイルを表示 Open project: Stateware/Beep-Beep Class Usage Examples

Protected Properties

Property Type Description
m_fileBrowser FileBrowser,
m_textPath string

Public Methods

Method Description
GetBrowserEnabled ( ) : bool
GetPath ( ) : string
LoadImage ( ) : void

Protected Methods

Method Description
Awake ( ) : void
FileSelectedCallback ( string path ) : void
OnGUI ( ) : void
OnGUIMain ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

FileSelectedCallback() protected method

protected FileSelectedCallback ( string path ) : void
path string
return void

GetBrowserEnabled() public method

public GetBrowserEnabled ( ) : bool
return bool

GetPath() public method

public GetPath ( ) : string
return string

LoadImage() public method

public LoadImage ( ) : void
return void

OnGUI() protected method

protected OnGUI ( ) : void
return void

OnGUIMain() protected method

protected OnGUIMain ( ) : void
return void

Property Details

m_fileBrowser protected_oe property

protected FileBrowser, m_fileBrowser
return FileBrowser,

m_textPath protected_oe property

protected string m_textPath
return string