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

大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0060 秒)

2861. 3D中如何限制角色的行走区域? [ 35%]

...我直接执行老是报错,  有没有需要修改的地方呢?   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

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

...成操作的机会;就是简单的立即停止 ### 属性 | Property | Type | Description | | ----------- | ---------------------------------------- | ---------------------------------------- | | `onmessage` | [`EventListener`](https://developer.mozilla.org/zh-CN/docs/Web/API/EventListener) | 一...

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

2863. laya.utils.Stat_API3.0 [ 35%]

...ace UniformUpload uploadUniformNum Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

2864. 用LayaAirIDE创建AS3项目并详解目录结构(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 35%]

...载。 LayaAirIDE2.0 下载地址:https://ldc2.layabox.com/layadownload/?type=layaairide ## 二、用LayaAirIDE创建AS3项目 #### 步骤一: 打开LayaAirIDE,点击`新建`图标或文字,如图1所示,即可进入新建项目界面。 ![图片](img/1.png) (图1) #### 步骤二: ...

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

2865. laya.d3.core.ui3d.UI3D_API3.0 [ 34%]

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

2866. 单选框组容器组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

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

2867. 关于微信小游戏关系链的问题 [ 34%]

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

2868. 加载.lh文件 运行后黑屏 无法显示 [ 34%]

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

2869. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 34%]

...的五种状态 | | response | varies | 响应实体的类型由 `responseType 来指定,` 可以是 `ArrayBuffer` ,`Blob`, [`Document`](https://developer.mozilla.org/zh-CN/docs/Web/API/Document), JavaScript 对象 (即 “json”), 或者是字符串。如果请求未完成或失败,则...

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

2870. 按钮组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

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