C# Class ImageFileFinder, Beep-Beep

Inheritance: MonoBehaviour
Afficher le fichier Open project: Stateware/Beep-Beep Class Usage Examples

Protected Properties

Свойство Type Description
m_fileBrowser FileBrowser,
m_textPath string

Méthodes publiques

Méthode Description
GetBrowserEnabled ( ) : bool
GetPath ( ) : string
LoadImage ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
FileSelectedCallback ( string path ) : void
OnGUI ( ) : void
OnGUIMain ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

FileSelectedCallback() protected méthode

protected FileSelectedCallback ( string path ) : void
path string
Résultat void

GetBrowserEnabled() public méthode

public GetBrowserEnabled ( ) : bool
Résultat bool

GetPath() public méthode

public GetPath ( ) : string
Résultat string

LoadImage() public méthode

public LoadImage ( ) : void
Résultat void

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

OnGUIMain() protected méthode

protected OnGUIMain ( ) : void
Résultat void

Property Details

m_fileBrowser protected_oe property

protected FileBrowser, m_fileBrowser
Résultat FileBrowser,

m_textPath protected_oe property

protected string m_textPath
Résultat string