大约有 2,831 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0208 秒)
Laya_社区(1671) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
...成操作的机会;就是简单的立即停止 ### 属性 | Property | Type | Description | | ----------- | ---------------------------------------- | ---------------------------------------- | | `onmessage` | [`EventListener`](https://developer.mozilla.org/zh-CN/docs/Web/API/EventListener) | 一...
来源: Laya2.0_文档 发布时间: 20210715
...载。 LayaAirIDE2.0 下载地址:https://ldc2.layabox.com/layadownload/?type=layaairide ## 二、用LayaAirIDE创建AS3项目 #### 步骤一: 打开LayaAirIDE,点击`新建`图标或文字,如图1所示,即可进入新建项目界面。  (图1) #### 步骤二: ...
来源: Laya2.0_文档 发布时间: 20210715
...itFlag __init__ changeVertexDefine shaderValueInit Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...我直接执行老是报错, 有没有需要修改的地方呢? TypeError: Cannot read property 'btCollisionObject' of undefined bundle.js:68723 at PhysicsCollider.__proto._onAdded (/Users/admin/layaA4/layaA4/bin/js/bundle.js:68723:31) at MeshSprite3D.__proto._addComponentInstan...
来源: Laya_社区 发布时间: 20170505
..... le.js 2020-04-22 18:21:21.444738+0800 layabox[3608:626785] getContext type=layagl 2020-04-22 18:21:21.456287+0800 layabox[3608:626785] getExtension WEBGL_compressed_texture_s3tc 尚未支持 2020-04-22 18:21:21.456724+0800 layabox[3608:626785] getExtension WEBKIT_WEBGL_compres...
来源: Laya_社区 发布时间: 20200422
...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.RadioGroup }) public radiogroup: Laya.RadioGroup; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.radiogroup.pos(100, 100); this.radiogro...
来源: Laya3.0_文档 发布时间: 20251016
...错 VM13215:1 gameThirdScriptError bitmap._addReference is not a function TypeError: bitmap._addReference is not a function 2018-03-26 2 2 分享 微博 QZONE 微信 Laya_XS 赞同来自: 懒懒 、十字寒鸦 这里是微信小游戏关于好友关系链的说明: https://mp.weixin.qq.com/debug/...
来源: Laya_社区 发布时间: 20180310
...var resource = [{url: "res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", type: Laya3D.HIERARCHY, priority: 1}]; //Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete)); Laya.loader.create("Export/LayaScene_JJF/Conventional/JJF.lh", Laya.Handler.create(thi...
来源: Laya_社区 发布时间: 20190531
...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Button }) public btn: Laya.Button; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.btn.scale(5, 5); //放大五倍 this.btn.skin = "atlas...
来源: Laya3.0_文档 发布时间: 20251010
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.AnimationBase) 动画类: [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display.Animation](https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display...
来源: Laya2.0_文档 发布时间: 20210715