static class in AdvancedSceneManager.SceneImport
Provides utility functions for managing blocklists.
| Member | Description |
|---|---|
Blocklist blacklist |
Gets the blacklist that ASM uses to determine scenes available for import. |
Blocklist whitelist |
Gets the whitelist that ASM uses to determine scenes available for import. |
| Member | Description |
|---|---|
IEnumerable<string> EnumerateDiscoverableBlacklistPaths() |
Enumerates all discoverable blacklist paths. |
void EnumerateDiscoverableBlocklist(out IEnumerable<string> blacklist, out IEnumerable<string> whitelist) |
Enumerates all discoverable blocklist paths. |
IEnumerable<string> EnumerateDiscoverableWhitelistPaths() |
Enumerates all discoverable whitelist paths. |
bool IsBlacklisted(string path) |
Gets whatever the path is blacklisted. |
bool IsWhitelisted(string path) |
Gets whatever the path is whitelisted. |