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
sourceBundleName
The bundle containing the source asset
public string sourceBundleName
Field Value
targetAssetPath
The asset being depended on (referenced asset)
public string targetAssetPath
Field Value
targetBundleName
The bundle containing the target asset
public string targetBundleName