大约有 442 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0355 秒)
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...: break; } } })(); 看代码 我们发现 依旧是将三种不同的图片默认初始化好 然后我们通过初始化的type来区分不同的物品 物品有了 我们得把他们放到地板上面 首先我们来简单理顺一下思路 1、地板上面出现最多的是星星 2、所有物品...
来源: Laya_社区 发布时间: 20160803
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...图4-1) 摄像机成相效果的投影方式有两个选项,分别是默认值透视模式Perspective和正交模式Orthographic。在LayaAir IDE中,通过是否勾选Orthographic来选择使用哪种方式。 4.1 Perspective 透视模式 当我们没有勾选Orthographic,就是采用Perspec...
来源: Laya3.0_文档 发布时间: 20251010
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...Input(input); // input.color = "#888"; // 用户什么也没输入则恢复默认状态 if (input.text.length == 0) { this._setPlaceHolder(input); // input.align = "right"; // input.type = "text"; } lable.color = "#888"; break; } } private _checkInput(input: Laya.TextInput) { let sp_icon: Laya.Sprit...
来源: Laya_社区 发布时间: 20200410