大约有 1,382 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0074 秒)
Laya_社区(1147) Laya2.0_文档(93) Laya2.0_api(64) laya_api(53) Laya3.0_文档(14) Laya3.0_api(10) Laya2.0_示例(1)
... 下面我们用原生js看下如何使用。 新建一个js文件,放到index.html中。代码如下: ```typescript var myWorker = new Worker("my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worke...
来源: Laya2.0_文档 发布时间: 20210715
API DocumentationAll Packages | All Classes | Index | Frames No Frames ScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class ScrollBarInheritanceScrollBar UIComponent Sprite Node EventDispatcher ObjectSubclasses HScrollBar, VScrollBar ScrollBar 组件是一个滚动条组...
来源: Laya2.0_api 发布时间: 20190513
...ass=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建 SpineDemo.js,代码编写如下: ```javascript //初始化舞台 Laya.init(1334,750); //创建一个Skeleton对象 var skeleton ...
来源: Laya2.0_文档 发布时间: 20210715
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/media/Video" Video Class Video Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video支持...
来源: Laya3.0_api 发布时间: 20231102
API DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多...
来源: laya_api 发布时间: 20170929
...ass=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建 SpineDemo.js,代码编写如下: ```javascript //初始化舞台 Laya.init(1334,750); //创建一个Skeleton对象 var skeleton ...
来源: Laya2.0_文档 发布时间: 20210715
...我们用原生js看下如何使用。 新建一个js文件 ,放到index.html中代码如下: ```javascript var myWorker = new Worker("my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``...
来源: Laya2.0_文档 发布时间: 20210715
API DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的...
来源: Laya2.0_api 发布时间: 20190513
...借鉴一下。 可以参看这篇文章 http://edn.egret.com/cn/article/index/id/274 最后再点题一下,是否有人知道如何自定义一个皮肤的基类? 2018-02-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20180201
API DocumentationAll Packages | All Classes | Index | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示...
来源: Laya2.0_api 发布时间: 20190513