Class ProjectAssetsAnalysisUtilities
Inheritance
ProjectAssetsAnalysisUtilities
Assembly: WeaverCore.Editor.dll
Syntax
public class ProjectAssetsAnalysisUtilities
Methods
|
Edit this page
View Source
IsValidAssetType(string, bool)
Declaration
public bool IsValidAssetType(string path, bool validForOutput)
Parameters
Type |
Name |
Description |
string |
path |
|
bool |
validForOutput |
|
Returns
|
Edit this page
View Source
IsValidForOutput(string, List<string>)
Declaration
public static bool IsValidForOutput(string path, List<string> ignoreInOutputPatterns)
Parameters
Returns
Extension Methods