Type Alias bones_asset::AssetPackId

source ·
pub type AssetPackId = LabeledId;
Expand description

The unique ID for an asset pack.

Asset pack IDs are made up of a human-readable label, and a unique identifier. For example:

awesome-pack_01h502c309fddv1vq1gwa918e8

These IDs can be generated with the TypeID gen utility.

Aliased Type§

struct AssetPackId { /* private fields */ }