Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssetAnalysisParameters Class

    Namespace: Stride.Core.Assets.Analysis
    Assembly: Stride.Core.Assets.dll

    Parameters for asset analysis.

    System.Object → AssetAnalysisParameters
    Derived from AssetAnalysisParameters: PackageAnalysisParameters

    public class AssetAnalysisParameters
    Name Description
    Properties
    ConvertUPathTo
    IsLoggingAssetNotFoundAsError
    IsProcessingAssetReferences
    IsProcessingUPaths
    SetDirtyFlagOnAssetWhenFixingAbsoluteUFile
    SetDirtyFlagOnAssetWhenFixingUFile
    Methods
    Clone()
    | 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
    Type Description
    AssetAnalysisParameters

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation