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)
Param | Type |
---|---|
asset | Asset |
request | AssetRequest |
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
Param | Type |
---|---|
pending_asset | PendingAsset |