Table of Contents

Struct AssetSearchResult

Namespace
TAssetBundle.Editor
Assembly
TAssetBundle.Editor.dll

Result of an asset search operation. Contains the asset path and the bundle it belongs to.

public struct AssetSearchResult
Inherited Members

Fields

assetPath

The full asset path (e.g., "Assets/Textures/icon.png").

public string assetPath

Field Value

string

buildInfo

Reference to the build info containing this asset.

public AssetBundleBuildInfo buildInfo

Field Value

AssetBundleBuildInfo

bundleName

The bundle name this asset belongs to.

public string bundleName

Field Value

string

manifest

Reference to the manifest containing this asset.

public TAssetBundleManifest manifest

Field Value

TAssetBundleManifest