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

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

2721. laya.d3.math.Vector3_API3.0 [ 41%]

...nate transformQuat transformV3ToV3 transformV3ToV4 Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

2722. 下拉选项框组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 40%]

...内,可显示的最大行数(最多选项数) 滚动条类型 scrollType 下拉选项列表的滚动类型,只可以设置:无滚动、垂直方向滚动 滚动条皮肤 scrollBarSkin 下拉选项列表的滚动条图像资源,只可以设置垂直滚动条皮肤 默认选项索引 selec...

来源: Laya3.0_文档 发布时间: 20251010

2723. [LayaNative2]使用最新版2.13.9.3的安卓库会5-7分钟固定断网一次 [ 40%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 问题状态 最新活动: 2025-11-15 20:43 浏览: 4440 关注: 3 人 lv • 2025-11-18 10:50 本周会重新...

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

2724. 复选框组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 40%]

...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.CheckBox }) public checkbox: Laya.CheckBox; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.checkbox.pos(300, 300); // this.checkbox.sele...

来源: Laya3.0_文档 发布时间: 20251010

2725. Laya.MiniAdpter.downLoadFile缓存的文件无法读取的问题 [ 40%]

...any):void { console.log("OnDownloadCb"); if (result != null) { console.log(typeof(result)); // console.log(result); } else { console.log("result is none"); } } 然后在调试中发现了两个问题: 1、在MiniFileMgr.readFile函数中: MiniFileMgr.readFile=function(filePath,encoding,callBack,...

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

2726. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 40%]

...etRenderbitFlag changeVertexDefine shaderValueInit Legend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

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

2727. laya.d3.component.staticmesh.StaticBatchMeshRender_API3.0 [ 40%]

...__init__ changeVertexDefine create shaderValueInit Legend Class Class with type parameter Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static method

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

2728. LayaAir IDE 1.4.0新增功能 附加(扩展)脚本的使用 [ 40%]

...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) ide 2.4 layaair2-cmd 编译报错 问题状态 最新活动: 2016-11-10 17:38 浏览: 5127 关注: 9 人

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

2729. 设置transform.localRotation之后,就不能再使用transform.rotate了 [ 40%]

...)byteOffset: (...)length: (...)Symbol(Symbol.toStringTag): (...)__proto__: TypedArray__proto__: Object bom.transform.localRotation=new Laya.Quaternion(0, 0,0,0);           //设置了localRotation Quaternion {elements: Float32Array[4]} bom.transform.worldMatrix                       ...

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

2730. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 40%]

...Laya.BaseMaterial); CustomMaterial.DIFFUSETEXTURE = 1; CustomMaterial.prototype.getDiffuseTexture = function () { return this._getTexture(CustomMaterial.DIFFUSETEXTURE); } CustomMaterial.prototype.setDiffuseTexture = function (value) { this._setTexture(CustomMaterial.DIFFUSETEXTURE,value); }     ...

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