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.
继承
方法
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
重写了
构造函数
构造函数
new DefaultProxy(
proxy:string):DefaultProxy
参数
proxy
string
返回
DefaultProxy
