Loading...
Searching...
No Matches
realvirtual.SamplesImportChecker Class Reference
Checks if demo samples have been imported and prompts user to import them if not. More...
Static Public Member Functions | |
| static bool | AreSamplesImported () |
| Checks if Starter samples are imported. | |
| static void | ShowImportSamplesDialog (bool showDontShowAgain=true) |
| Shows the import samples dialog. | |
| static void | ShowImportSamplesDialog (bool showDontShowAgain, Action onImportComplete) |
| Shows the import samples dialog with a callback after successful import. | |
Detailed Description
Checks if demo samples have been imported and prompts user to import them if not.
Member Function Documentation
◆ AreSamplesImported()
|
static |
Checks if Starter samples are imported.
◆ ShowImportSamplesDialog() [1/2]
|
static |
Shows the import samples dialog with a callback after successful import.
- Parameters
-
showDontShowAgain If true, shows "Don't show again" option onImportComplete Callback invoked after successful import
◆ ShowImportSamplesDialog() [2/2]
|
static |
Shows the import samples dialog.
Can be called from anywhere when samples are needed.
- Parameters
-
showDontShowAgain If true, shows "Don't show again" option