AssetAnalysisParameters Class
Namespace: Stride.Core.Assets.Analysis
Assembly: Stride.Core.Assets.dll
Parameters for asset analysis.
System.Object →
AssetAnalysisParameters
public class AssetAnalysisParameters
|
Improve this Doc
View Source
Properties
ConvertUPathTo
public UPathType ConvertUPathTo { get; set; }
Property Value
Type |
Description |
Stride.Core.IO.UPathType |
|
IsLoggingAssetNotFoundAsError
public bool IsLoggingAssetNotFoundAsError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsProcessingAssetReferences
public bool IsProcessingAssetReferences { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsProcessingUPaths
public bool IsProcessingUPaths { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SetDirtyFlagOnAssetWhenFixingAbsoluteUFile
public bool SetDirtyFlagOnAssetWhenFixingAbsoluteUFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SetDirtyFlagOnAssetWhenFixingUFile
public bool SetDirtyFlagOnAssetWhenFixingUFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Methods
Clone()
public virtual AssetAnalysisParameters Clone()
Returns
Extension Methods