Constructor of Loader, you can pass custom supported types.
Custom supported types with corresponded handler
let loader = new Loader({ // This will match all url with `.scene` extension or all url with `scene` type 'scene' : function (url, callback) {} });
Add custom supported types handler or modify existing type handler.
Generated using TypeDoc
Constructor of Loader, you can pass custom supported types.
Custom supported types with corresponded handler
let loader = new Loader({ // This will match all url with `.scene` extension or all url with `scene` type 'scene' : function (url, callback) {} });