Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.01 KB

File metadata and controls

23 lines (17 loc) · 1.01 KB

BlocklistUtility

static class in AdvancedSceneManager.SceneImport

Description

Provides utility functions for managing blocklists.

Static Properties

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.

Static Methods

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.