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

大约有 1,382 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0074 秒)

1321. 多线程worker(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 46%]

... 下面我们用原生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

1322. laya.ui.ScrollBar [ 46%]

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

1323. Spine动画使用(TypeScript-LayaAir基础篇(TS)-动画基础) [ 46%]

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

1324. laya.device.media.Video_API3.0 [ 46%]

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

1325. laya.ui.Button [ 46%]

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

1326. Spine动画使用(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 45%]

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

1327. 多线程worker(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 45%]

...我们用原生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

1328. laya.ui.Button [ 45%]

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

1329. Morn UI创建皮肤时的基类能自定义吗?不要View或者Dialog [ 45%]

...借鉴一下。 可以参看这篇文章 http://edn.egret.com/cn/article/index/id/274    最后再点题一下,是否有人知道如何自定义一个皮肤的基类? 2018-02-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

1330. laya.ui.TextInput [ 45%]

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