大约有 1,407 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0063 秒)
...oadedFnt)); } private function onLoadedFnt():void { // TODO Auto Generated method stub Text.registerBitmapFont(mFontName,mBitmap); var text:Text=new Text(); text.pos(300,200); text.size(200,80); text.pivotY=text.height>>1; text.valign="middle"; text.align="left"; text.borderColor="#ffffff"; te...
来源: Laya_社区 发布时间: 20161116
...名和端口。 * @param data (default = null)发送的数据。 * @param method (default = "get")用于请求的 HTTP 方法。值包括 "get"、"post"、"head"。 * @param responseType (default = "text")Web 服务器的响应类型,可设置为 "text"、"json"、"xml"、"arraybuffer"。 * @param...
来源: Laya3.0_文档 发布时间: 20251010
...链接 提交 3 个回复 youhong168 赞同来自: shaotianhk backOut () method public static function backOut(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Number开始运动时是朝目标移动,稍微过冲,再倒转方向回来朝着目标。 Parameters t:Number — 指定...
来源: Laya_社区 发布时间: 20170105
...xtures方法第二个参数的具体参数格式 Graphic drawTextures () method public function drawTextures(tex:Texture, pos:Array):void批量绘制同样纹理。 Parameters tex:Texture — 纹理。 pos:Array — 绘制次数和坐标。 请教第二个参数pos的具体格式 是...
来源: Laya_社区 发布时间: 20170405
...ss-Control-Allow-Headers X-Requested-With; add_header Access-Control-Allow-Methods GET,POST,OPTIONS; ...... } ``` 这样就可以实现GET,POST,OPTIONS的跨域请求的支持 也可以 `add_header Access-Control-Allow-Origin http://www.layabox.com;` -- 指定允许的url; 3、如果是数据请...
来源: Laya2.0_文档 发布时间: 20210715
...deU wrapModeV wrapModeW bindCanvasRender cpuMemory currentActive gpuMemory Methods _addReference _clearReference _createRenderTarget _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate...
来源: Laya3.0_api 发布时间: 20231115
...名和端口。 * @param data (default = null)发送的数据。 * @param method (default = "get")用于请求的 HTTP 方法。值包括 "get"、"post"、"head"。 * @param responseType (default = "text")Web 服务器的响应类型,可设置为 "text"、"json"、"xml"、"arraybuffer"。 * @param...
来源: Laya3.0_文档 发布时间: 20250104
...函数,以便实现 Tween 动画的缓动效果。 Hierarchy Ease Index Methods backIn backInOut backOut bounceIn bounceInOut bounceOut circIn circInOut circOut cubicIn cubicInOut cubicOut elasticIn elasticInOut elasticOut expoIn expoInOut expoOut linearIn linearInOut linearNone linearOut quadIn q...
来源: Laya3.0_api 发布时间: 20231115
...ked"); }); //链接地址 function onLink(data) { // TODO Auto Generated method stub Laya.Browser.window.location.href=data; } } //绑定父类 Laya.class(StartResource,"StartResource",StarUI); 主界面 红色是dalog 绿色是超链接按钮 点击超链接按钮。 并点击 chrome...
来源: Laya_社区 发布时间: 20180810
...以我改成这样 他运行会报错 报错提示是:TypeError: this.method.apply is not a function at EventHandler.__proto.run (file:///E:/LayaWorkspace/javaScriptLaya/bin/libs/laya.core.js:697:26) at LoaderManager.__proto.event (file:///E:/LayaWorkspace/javaScriptLaya/bin/libs/laya.core.js:4...
来源: Laya_社区 发布时间: 20180104