Table of Contents

Struct AssetCrossReference

Namespace
TAssetBundle.Editor
Assembly
TAssetBundle.Editor.dll

Represents a single asset-level cross reference between two bundles

public struct AssetCrossReference
Inherited Members

Fields

sourceAssetPath

The asset that has the dependency (referencing asset)

public string sourceAssetPath

Field Value

string

sourceBundleName

The bundle containing the source asset

public string sourceBundleName

Field Value

string

targetAssetPath

The asset being depended on (referenced asset)

public string targetAssetPath

Field Value

string

targetBundleName

The bundle containing the target asset

public string targetBundleName

Field Value

string