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

大约有 2,842 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0081 秒)

421. laya.d3.core.material.UnlitMaterial_API3.0 [ 80%]

...turns void effectiveProperty effectiveProperty(): Map<string, ShaderDataType> Inherited from Material.effectiveProperty Defined in laya/d3/core/material/Material.ts:534 get all material uniform property Returns Map<string, ShaderDataType> event event(type: string, data?: any): boolean In...

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

422. laya.d3.renderobjs.renderobj.FastSinglelist_API3.0 [ 80%]

...Obj/RenderGeometryElementOBJ" FastSinglelist Class FastSinglelist<T> Type parameters T Hierarchy SingletonList<T> FastSinglelist Index Constructors constructor Methods destroy indexof Constructors constructor new FastSinglelist(): FastSinglelist Inherited from SingletonList.constructor D...

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

423. 资源加载,提示不识别路径 [ 80%]

...路径 //加载3D资源 Laya.loader.create([{url:"LayaScene_Demo/Demo.ls","type":Laya.Scene}, {url:"LayaScene_Scene/Scene.ls","type":Laya.Scene}, {url:"LayaScene_People/People.lh","type":Laya.Sprite3D}], Laya.Handler.create(this,this.on3DComplete)); 报错提示 message:“LoaderManager : unknown ...

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

424. socket通讯返回数据 [ 80%]

...时 控制台写出 报错如下: 连接出错 Event {isTrusted: true, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //--------------------------------------------...

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

425. DOM元素-表单输入 [ 80%]

...ir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。Laya.init(600, 400); Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWAL...

来源: Laya_示例 发布时间: 20241119

426. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 80%]

...turns void effectiveProperty effectiveProperty(): Map<string, ShaderDataType> Inherited from Material.effectiveProperty Defined in laya/d3/core/material/Material.ts:534 get all material uniform property Returns Map<string, ShaderDataType> event event(type: string, data?: any): boolean In...

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

427. 打包后掉数字键盘 [ 80%]

...ONE 微信 189*****192 赞同来自: 怎么设置数字键盘的 <input type="number">  type 设置成 number 吗? 2017-06-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zjw917329684 相关问题 图集打包找不到图集...

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

428. 3d获取组件代码bug [ 80%]

...获取组件代码bug /** *通过指定类型获得所有组件。 *@param type 组件类型。 *@param components 组件输出队列。 */ __proto.getComponentsByType=function(type,components){ var index=this._componentsMap.indexOf(type); if (index===-1) components.length=0; //这里应该返回了...

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

429. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 80%]

...turns void effectiveProperty effectiveProperty(): Map<string, ShaderDataType> Inherited from Material.effectiveProperty Defined in laya/d3/core/material/Material.ts:534 get all material uniform property Returns Map<string, ShaderDataType> event event(type: string, data?: any): boolean In...

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

430. laya.ani.bone.Skeleton [ 80%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929