Skip to main content

AssetManager

Classes

Response
AssetManager

Handles loading/generating assets

Functions

get_pending_asset_priority_score(pending_asset)number

Used by the priority queue, so the priority is inverted as the BinaryHeap returns elements in ascending score order (from lowest)

Response

Kind: global class

new Response(asset, request)

ParamType
assetAsset
requestAssetRequest

get_pending_asset_priority_score(pending_asset) ⇒ number

Used by the priority queue, so the priority is inverted as the BinaryHeap returns elements in ascending score order (from lowest)

Kind: global function

ParamType
pending_assetPendingAsset