Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAssetOptions

AssetLibrary configuration.

Hierarchy

  • IAssetOptions

Index

Properties

libraryPath

libraryPath: string

The root path (relative to the build destination folder) of the imported library assets

Optional md5AssetsMap

md5AssetsMap: undefined | object

The map of assets and their md5 prefix

Optional packedAssets

packedAssets: undefined | object

The list of asset packs

rawAssets

rawAssets: object

The list of raw assets, normally retrieved from Settings

rawAssetsBase

rawAssetsBase: string

The prefix of the root path (relative to the build destination folder) of the raw assets, This will be joint with "assets" to form the complete path

Optional subPackages

subPackages: []

The list of sub packages

Generated using TypeDoc