Appearance
KBE3D / KBCore / Cesium / DefaultProxy
类: DefaultProxy
A simple proxy that appends the desired resource as the sole query parameter to the given proxy URL.
参数
The proxy URL that will be used to requests all resources.
继承
构造函数
构造函数
new DefaultProxy(
proxy:string):DefaultProxy
参数
proxy
string
返回
DefaultProxy
重写了
方法
getURL()
getURL(
resource:string):string
Get the final URL to use to request a given resource.
参数
resource
string
The resource to request.
返回
string
proxied resource
