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

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

781. 内存释放问题 [ 66%]

...eNames.length; i < len; i++) { muduleName = moduleNames[i]; let curMem: number = Laya.Stat.currentMemorySize// >> 20; console.log("curM:", curMem); path = bigao.Utils.StringTool.formatString(ResUIModuleManager.moduleResPath, muduleName); bigao.control.SkillControl.instance._skillView = null...

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

782. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 66%]

...Class() export class UI_Dialog extends Laya.Script { private DIALOG_WIDTH: number = 220; private DIALOG_HEIGHT: number = 275; private CLOSE_BTN_WIDTH: number = 43; private CLOSE_BTN_PADDING: number = 5; private assets: any[]; private dialog: Laya.Dialog; constructor() { super(); } /** * 组件被激...

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

783. laya.d3.renderobjs.renderobj.ShadowCullInfo_API3.0 [ 66%]

...es cullSphere direction position Properties cullPlaneCount cullPlaneCount: number Implementation of IShadowCullInfo.cullPlaneCount Defined in laya/d3/RenderObjs/RenderObj/ShadowCullInfo.ts:10 cullPlanes cullPlanes: Plane[] Implementation of IShadowCullInfo.cullPlanes Defined in laya/d3/RenderObjs/Re...

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

784. tree异步选中问题 [ 65%]

...ctedNodes; } else { this.listUI.typeTree.setItemState(this.selectedIndex + Number(item.dataSource.nodes), false); this.selectedIndex = index; } } this.selectedNodes = Number(item.dataSource.nodes); } else if (item.dataSource.isOpen == false) { this.selectedIndex = -1; this.selectedNodes = 0; } } } s...

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

785. laya.d3.physicscannon.CannonHitResult_API3.0 [ 65%]

...nonHitResult.ts:11 发生碰撞的碰撞组件。 hitFraction hitFraction: number = 0 Defined in laya/d3/physicsCannon/CannonHitResult.ts:17 碰撞分数。 normal normal: Vector3 = new Vector3() Defined in laya/d3/physicsCannon/CannonHitResult.ts:15 碰撞法线。 point point: Vector3 = new Vector...

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

786. laya.d3.physics.HitResult_API3.0 [ 65%]

...cs/HitResult.ts:11 发生碰撞的碰撞组件。 hitFraction hitFraction: number = 0 Defined in laya/d3/physics/HitResult.ts:17 碰撞分数。 normal normal: Vector3 = new Vector3() Defined in laya/d3/physics/HitResult.ts:15 碰撞法线。 point point: Vector3 = new Vector3() Defined in laya/d3/p...

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

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

... @regClass() export class UI_Button extends Laya.Script { private COLUMNS: number = 2; private BUTTON_WIDTH: number = 147; private BUTTON_HEIGHT: number = 165 / 3; private HORIZONTAL_SPACING: number = 200; private VERTICAL_SPACING: number = 100; private xOffset: number; private yOffset: number; priv...

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

788. laya.d3.core.SkinnedMeshRenderer [ 65%]

...BaseMaterial> 获取浅拷贝材质列表。 BaseRender sortingFudge : Number排序矫正值。BaseRenderPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  SkinnedMeshRenderer(owner:RenderableSprite3D) 创建一个 SkinnedMeshRender 实例。 SkinnedM...

来源: Laya2.0_api 发布时间: 20190513

789. laya.d3.component.hlod.HLODResourceGroup_API3.0 [ 65%]

...[] Defined in laya/d3/component/HLOD/HLODUtil.ts:86 updateMark updateMark: number Defined in laya/d3/component/HLOD/HLODUtil.ts:85 url url: string Defined in laya/d3/component/HLOD/HLODUtil.ts:84 Methods load load(callFun: Function, hlod: any): void Defined in laya/d3/component/HLOD/HLODUtil.ts:94 l...

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

790. laya.utils.Log_API3.0 [ 65%]

...s:18 是否自动滚动到底部,默认为true Static maxCount maxCount: number = 50 Defined in laya/utils/Log.ts:16 最大打印数量,超过这个数量,则自动清理一次,默认为50次 Methods Static clear clear(): void Defined in laya/utils/Log.ts:72 清理日志 Returns void Static ...

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