大约有 2,837 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)
Laya_社区(1676) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(83) Laya2.0_示例(16) Laya_示例(11)
...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
...内,可显示的最大行数(最多选项数) 滚动条类型 scrollType 下拉选项列表的滚动类型,只可以设置:无滚动、垂直方向滚动 滚动条皮肤 scrollBarSkin 下拉选项列表的滚动条图像资源,只可以设置垂直滚动条皮肤 默认选项索引 selec...
来源: Laya3.0_文档 发布时间: 20251010
... 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
...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
...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
...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
...__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
...游戏: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
...)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
...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