ch.viseon.threejs.declarations.loaders.LoaderUtils.kt Maven / Gradle / Ivy
//Generated date 23.11.2018
@file:JsModule("three")
package ch.viseon.threejs.declarations.loaders
/**
* An object with several loader utility functions.
*/
open external class LoaderUtils(){
/**
* [page:TypedArray array] — A stream of bytes as a typed array.
The function takes a stream of bytes as input and returns a string representation.
*/
open fun decodeText(array: Array/*TypedArray*/ = definedExternally) : String
/**
* [page:String url] — The url to extract the base url from.
Extract the base from the URL.
*/
open fun extractUrlBase(url: String = definedExternally) : String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy