Class AssetReferenceAnalysis
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
objectThe object.
Returns
- List<AssetReferenceLink>
A list of references.