Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/deps.ts>three.Loader

A framework for Beat Saber map scripting.
Go to Latest
class three.Loader
Re-export
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { Loader } = three;

Base class for implementing loaders.

Constructors

new
Loader(manager?: LoadingManager)

Properties

crossOrigin: string
path: string
requestHeader: { [header: string]: string; }
resourcePath: string
withCredentials: boolean

Methods

loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<any>
setCrossOrigin(crossOrigin: string): this
setPath(path: string): this
setRequestHeader(requestHeader: { [header: string]: string; }): this
setResourcePath(resourcePath: string): this
setWithCredentials(value: boolean): this