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

大约有 4,338 项符合查询结果, 库内数据总量为 30,792 项。 (搜索耗时: 0.0068 秒)

2881. 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

2882. 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

2883. 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

2884. 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

2885. 为什么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

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

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

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

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

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

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

2888. 向服务器发送图片无法使用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

2889. 如何通过一个类名获取一个类的对象 [ 55%]

... xfx7788 赞同来自: 好像注册了也不行getClass返回的是一个function不是实例 2017-09-18 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 132*****180 相关问题 两个对象new了一个相同的对象,调用第一个的...

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

2890. drawToCanvas无法释放内存 [ 55%]

drawToCanvas无法释放内存 Laya.stage.frameLoop(1, this, ZX);function ZX():void{ var tex:Texture=new Texture(sp.drawToCanvas(sp.width,sp.height,0,0))             sp.graphics.clear()             sp.graphics.destroy()             tex.destroy()         ...

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