You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These functions are used control the loading of assets.
ofindFile(name)
Searches for a file, returning the full path if found, or an empty string if the search fails. See the filesystem management page for more information on file lookup in omegalib.
osetdataprefix(prefix)
Sets a path prefix for data loading operations. Currently used only for image loading commands.
ogetdataprefix()
Gets the path prefix used for data loading operations. Currently used only for image loading commands.