get static method
dynamic
get(
- dynamic key
Implementation
static get(key) {
if (enabled == false) return;
// console.log( 'three.Cache', 'Checking key:', key );
return files[key];
}
static get(key) {
if (enabled == false) return;
// console.log( 'three.Cache', 'Checking key:', key );
return files[key];
}