Alexandria.AlexandriaManager.GetIsPluginAssetEnabled C# (CSharp) Méthode

GetIsPluginAssetEnabled() protected méthode

Get whether the plugin asset is enabled, using the application settings.
protected GetIsPluginAssetEnabled ( PluginAsset resource ) : bool
resource Glare.Assets.PluginAsset
Résultat bool
        protected override bool GetIsPluginAssetEnabled(PluginAsset resource)
        {
            return !DisabledPluginResources.Contains(resource.GetType().FullName);
        }