- Preparing search index...
- The search index is not available
feng3d
Methods
loadBinary
- loadBinary(url: string, onRequestProgress?: (() => void)): Promise<ArrayBuffer>
-
Parameters
-
url: string
-
Optional
onRequestProgress: (() => void)
Returns Promise<ArrayBuffer>
loadImage
- loadImage(url: string): Promise<HTMLImageElement>
-
Returns Promise<HTMLImageElement>
loadText
- loadText(url: string, onRequestProgress?: (() => void)): Promise<string>
-
Parameters
-
url: string
-
Optional
onRequestProgress: (() => void)
Returns Promise<string>
加载类