#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Go to the source code of this file.
|
const char * | DialogOpenFilePanel (const char *title, const char *directory, const char *filters, bool multiselect) |
|
void | DialogOpenFilePanelAsync (const char *title, const char *directory, const char *filters, bool multiselect, callbackFunc cb) |
|
const char * | DialogOpenFolderPanel (const char *title, const char *directory, bool multiselect) |
|
void | DialogOpenFolderPanelAsync (const char *title, const char *directory, bool multiselect, callbackFunc cb) |
|
const char * | DialogSaveFilePanel (const char *title, const char *directory, const char *defaultName, const char *filters) |
|
void | DialogSaveFilePanelAsync (const char *title, const char *directory, const char *defaultName, const char *filters, callbackFunc cb) |
|
UIViewController * | UnityGetGLViewController () |
|
◆ callbackFunc
typedef void(* callbackFunc) (const char *) |
◆ DialogOpenFilePanel()
const char * DialogOpenFilePanel |
( |
const char * |
title, |
|
|
const char * |
directory, |
|
|
const char * |
filters, |
|
|
bool |
multiselect |
|
) |
| |
◆ DialogOpenFilePanelAsync()
void DialogOpenFilePanelAsync |
( |
const char * |
title, |
|
|
const char * |
directory, |
|
|
const char * |
filters, |
|
|
bool |
multiselect, |
|
|
callbackFunc |
cb |
|
) |
| |
◆ DialogOpenFolderPanel()
const char * DialogOpenFolderPanel |
( |
const char * |
title, |
|
|
const char * |
directory, |
|
|
bool |
multiselect |
|
) |
| |
◆ DialogOpenFolderPanelAsync()
void DialogOpenFolderPanelAsync |
( |
const char * |
title, |
|
|
const char * |
directory, |
|
|
bool |
multiselect, |
|
|
callbackFunc |
cb |
|
) |
| |
◆ DialogSaveFilePanel()
const char * DialogSaveFilePanel |
( |
const char * |
title, |
|
|
const char * |
directory, |
|
|
const char * |
defaultName, |
|
|
const char * |
filters |
|
) |
| |
◆ DialogSaveFilePanelAsync()
void DialogSaveFilePanelAsync |
( |
const char * |
title, |
|
|
const char * |
directory, |
|
|
const char * |
defaultName, |
|
|
const char * |
filters, |
|
|
callbackFunc |
cb |
|
) |
| |
◆ UnityGetGLViewController()
UIViewController * UnityGetGLViewController |
( |
| ) |
|