3 using SiliconStudio.Core.IO;
5 namespace SiliconStudio.Assets.Analysis
12 public bool IsLoggingAssetNotFoundAsError {
get; set; }
14 public bool IsProcessingAssetReferences {
get; set; }
16 public bool IsProcessingUPaths {
get; set; }
18 public bool SetDirtyFlagOnAssetWhenFixingAbsoluteUFile {
get; set; }
20 public bool SetDirtyFlagOnAssetWhenFixingUFile {
get; set; }
Parameters for asset analysis.
UPathType
Describes if a UPath is relative or absolute.
virtual AssetAnalysisParameters Clone()