大约有 1,100 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0075 秒)
...析xml字符。 var tree:Tree = new Tree();//创建一个 Tree 类的实例对象 tree 。 tree.scrollBarSkin = "resource/ui/vscroll.png";//设置 tree 的皮肤。 tree.itemRender = Item;//设置 tree 的项渲染器。 tree.xml = xml;//设置 tree 的树结构数据。 tree.x = 100;//设置 tree ...
来源: Laya3.0_api 发布时间: 20231115
...73 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标事件检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目标对象或者未命中任何对象。 如果为false,优先检...
来源: Laya3.0_api 发布时间: 20231115
... Globals "laya/display/Input" Input Class Input Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击输入时的文本的位置有少许的偏差。 Hierarc...
来源: Laya3.0_api 发布时间: 20231115
...,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之...
来源: Laya3.0_api 发布时间: 20231102
...~~ 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 问题状态 最新活动: 2023-06-17 14:41 浏览: 5643 关注:...
来源: Laya_社区 发布时间: 20230605
...se.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any lowerTranslation get lowerTranslation(): number set lowerTranslation(value: number): void Defined in laya/physics/joint/WheelJoint.ts:151 启用约束后,刚体移动范围的下限,是距离anchor的...
来源: Laya3.0_api 发布时间: 20231115
...aseRender.ts:283 返回第一个实例材质,第一次使用会拷贝实例对象。 Returns Material Inherited from PixelLineRenderer.material Defined in laya/d3/core/render/BaseRender.ts:293 返回第一个实例材质,第一次使用会拷贝实例对象。 Parameters value: Material Returns void...
来源: Laya3.0_api 发布时间: 20231115
....Script { private ui : RuntimeScript; onStart() { // 获得场景的Runtime对象 this.ui = this.owner.scene as RuntimeScript; // Button添加鼠标事件,让Image不显示 this.ui.Button.on( Laya.Event.MOUSE_DOWN, null, ()=>{ this.ui.Image.visible = false; }); } } ui 属性直接从脚本中...
来源: Laya3.0_文档 发布时间: 20241014
...,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之...
来源: Laya3.0_api 发布时间: 20231115
...,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之...
来源: Laya3.0_api 发布时间: 20231102