AssetId<TypeId(0x4c1e3c7862aba54dfc7aa5e3d6e9108b)>

Index

  • index : bevy_asset::assets::AssetIndex

Uuid

  • uuid : uuid::Uuid

Description

A unique runtime-only identifier for an [Asset]. This is cheap to [Copy]/[Clone] and is not directly tied to the lifetime of the Asset. This means it can point to an [Asset] that no longer exists.

For an identifier tied to the lifetime of an asset, see Handle.

For an "untyped" / "generic-less" id, see [UntypedAssetId].

Functions