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
buildInfo
Reference to the build info containing this asset.
public AssetBundleBuildInfo buildInfo
Field Value
bundleName
The bundle name this asset belongs to.
public string bundleName
Field Value
manifest
Reference to the manifest containing this asset.
public TAssetBundleManifest manifest