• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)

2891. 2.0版API“loadImage”改了吗? [ 55%]

...adImage”改了吗? sp.loadImage(_img, 0, 0, 0, 0, Handler.create(this, function(){                 trace("complete!!");   为何没有complete出现??  另外,有没有1.0和2.0 API更新对照表? 2018-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

来源: Laya_社区 发布时间: 20181009

2892. Sprite3D的Layer(ActionScript-3D基础(AS3)-LayaAir3D之精灵) [ 55%]

... //切换图层按钮事件监听 changeActionButton.on(Event.CLICK, this, function():void { camera.removeAllLayers(); layerIndex ++; camera.addLayer(layerIndex%4 +1); camera.addLayer(5); }); ``` ![](img/1.gif)(图1)

来源: Laya2.0_文档 发布时间: 20210715

2893. laya.d3.renderobjs.nativeobj.NativeCommandUniformMap_API3.0 [ 55%]

...mMap constructor _stateName getMap hasPtrID Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Inherited property

来源: Laya3.0_api 发布时间: 20231115

2894. laya.d3.core.material.RenderState [ 55%]

...NABLE_SEPERATE时生效。Constructor DetailRenderState()Constructorpublic function RenderState() 创建一个 RenderState 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method  public function cloneTo(dest:*):void 克隆。 Parameters...

来源: Laya2.0_api 发布时间: 20190513

2895. laya.events.KeyLocation_API3.0 [ 55%]

...on" KeyLocation LEFT NUM_PAD RIGHT STANDARD Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

来源: Laya3.0_api 发布时间: 20231115

2896. laya.html.HtmlParser_API3.0 [ 55%]

...r parse classMap s_list1 s_list2 equalStyle Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property

来源: Laya3.0_api 发布时间: 20231115

2897. 为什么Tiledmap总是显示于stage的图片之上? [ 55%]

...ser.width, Browser.height), new Handler(this, completeHandler)); } private function completeHandler(e:*=null):void { createImage(); } 2017-02-24 1 0 分享 微博 QZONE 微信 hamletborn 赞同来自: 谢谢! 2017-02-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

来源: Laya_社区 发布时间: 20170224

2898. 对齐模式:水平对齐与垂直对齐(ActionScript-LayaAir基础篇(AS3)-屏幕适配) [ 55%]

...GL;       public class SmartScale     {         public function SmartScale()          {             //初始化舞台,不支持WebGL时会自动切换至Canvas             Laya.init(200, 300, WebGL);                     //...

来源: Laya2.0_文档 发布时间: 20201010

2899. 位图字体文件放在站点上404找不到 [ 55%]

...报错?  错误是Uncaught TypeError: xml.getElementsByTagName is not a function 2017-08-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Supermang42 赞同来自: 加載方式錯了,位圖字體需要先註...

来源: Laya_社区 发布时间: 20170831

2900. 向服务器发送图片无法使用atob解码? [ 55%]

向服务器发送图片无法使用atob解码? dataURLtoBlob: function (dataurl) {             var arr = dataurl.split(',');             var mime = arr[0].match(/:(.*?);/)[1];// 结果:   image/png             var bstr = atob(arr[1]);             var n = bstr.length; ...

来源: Laya_社区 发布时间: 20180131