Table of Contents

Class AssetReferenceAnalysis

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)

public static class AssetReferenceAnalysis
Inheritance
AssetReferenceAnalysis

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

obj object

The object.

Returns

List<AssetReferenceLink>

A list of references.