Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssetReferenceAnalysis Class

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

    This analysis provides a method for visiting asset and file references (IReference or Stride.Core.IO.UFile or Stride.Core.IO.UDirectory)

    System.Object → AssetReferenceAnalysis
    Derived from AssetReferenceAnalysis:

    public static class AssetReferenceAnalysis
    Name Description
    Methods
    Visit(Object)

    Gets all references (subclass of IReference and Stride.Core.IO.UFile) from the specified asset

    | Improve this Doc View Source

    Methods


    Visit(Object)

    Gets all references (subclass of IReference and Stride.Core.IO.UFile) from the specified asset

    public static List<AssetReferenceLink> Visit(object obj)
    Parameters
    Type Name Description
    System.Object obj

    The object.

    Returns
    Type Description
    System.Collections.Generic.List<AssetReferenceLink>

    A list of references.


    • Improve this Doc
    • View Source
    In This Article

    Back to top

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