checkBitmapFontKey(key) → {boolean}
Checks if the given key exists in the BitmapFont Cache.
Parameters
Name | Type | Description |
---|---|---|
key | string | The key of the asset within the cache. |
Returns
boolean -
True if the key exists in the cache, otherwise false.
- Source code: loader/Cache.js (Line 941)
Please login to continue.