getBackground method

BackgroundDefinition? getBackground(
  1. ItemLocation location
)

Implementation

BackgroundDefinition? getBackground(ItemLocation location) =>
    getPack(location.namespace)?.getBackground(location.id);