大约有 345 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)
...件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): void Inherite...
来源: Laya3.0_api 发布时间: 20231115
...池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _createJoint():void[override] WeldJoint _onAwake():void[overri...
来源: Laya2.0_api 发布时间: 20190513
...urn this._owner; } } 新建脚本类如上。运行项目时,构造方法中的log被输出,但set方法中的log未被输出。 查看laya.ui.js,发现4695行中使用了tChild.hasOwnProperty("owner")判断owner,结果为false。 把hasOwnProperty("owner") 改为 "owner" in tChild,...
来源: Laya_社区 发布时间: 20170601
...内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String[override] 文本背景颜色,以字符串表示。 Input blendMode : String指定要使用的混合模式。目前只支持"lighter"。Spr...
来源: Laya2.0_api 发布时间: 20190513
...leteCallback?: () => void }> = new Map(); // 回调获取方法(需在setupChannelHandlers存储回调) private callbackMap: Map<string, () => void> = new Map(); private lastKnownPositions: Map<string, number> = new Map(); private originalBGMV...
来源: Laya_社区 发布时间: 20250930
...内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : B...
来源: laya_api 发布时间: 20170929
...本,外网的引擎应该已经提供了localRotationEuler的get跟set的方法,目前我看接口是开放的。 2018-04-24 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 qq595542998 相关问题 sprite旋转以后,但是原来碰...
来源: Laya_社区 发布时间: 20180423
...内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String舞台的背景颜色,默认为黑色,null为透明。Stage blendMode : String指定要使用的混合模式。目前只支持"lighter"...
来源: laya_api 发布时间: 20170929
...问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显...
来源: Laya_社区 发布时间: 20180717
...内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : ...
来源: Laya2.0_api 发布时间: 20190513