大约有 651 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0047 秒)
...d in laya/d3/component/SingletonList.ts:9 创建一个新的 SingletonList 实例。 Returns SingletonList Globals "laya/d3/component/SingletonList" SingletonList constructor Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...te create(): any Defined in laya/components/Prefab.ts:14 通过预制创建实例 Returns any Globals "laya/components/Prefab" Prefab create Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...ctionProbe/ReflectionProbeList.ts:8 创建一个新的 ReflectionProbeList 实例。 Returns ReflectionProbeList Globals "laya/d3/core/reflectionProbe/ReflectionProbeList" ReflectionProbeList constructor Legend Object literal Variable Function Type alias Class Class with type parameter Constructor E...
来源: Laya3.0_api 发布时间: 20231102
...置参数,直接拿来用就可以了,或者自己声明一个ease的实例,传入你想要设置的参数,放到tween的第4个参数即可,譬如如下 var ease:*=Ease.backIn(100,100,100,100); Tween.to(sp,{x:400},1000,ease,Handler.create(this,onTween)); 2017-01-05 0 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20170105
...以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Hierarchy Box UIGroup RadioGroup Tab Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name selectHan...
来源: Laya3.0_api 发布时间: 20231115
...TitleMap库使用的工具版本是多少?因为看到导出的格式与实例里面的格式是不一样的 2018-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: http://ldc.layabox....
来源: Laya_社区 发布时间: 20180813
...打包安卓后进入游戏提示“加载游戏失败” 使用官方的2D实例,首先发布为web版本,然后构建时资源路径选择的web文件夹(index.html所在目录),然后使用andriod studio打包APK,进入游戏显示“加载游戏失败,可能由于您的网络不稳...
来源: Laya_社区 发布时间: 20210423
...: BVHSpatialManager Defined in laya/d3/core/scene/bvh/SpatialManager.ts:16 实例化BVHSpatialManager Returns BVHSpatialManager Methods clear clear(): void Defined in laya/d3/core/scene/bvh/SpatialManager.ts:29 clear Returns void destroy destroy(): void Defined in laya/d3/core/scene/bvh/SpatialManag...
来源: Laya3.0_api 发布时间: 20231115
...山大了。由于每个iframe都有一套自己的执行环境,跨frame实例化的对象彼此是不共享原型链的,因此导致上述检测代码失效! var iframe = document.createElement('iframe'); //创建iframe document.body.appendChild(iframe); //添加到body中 xArray = window...
来源: Laya_社区 发布时间: 20170328
...(seed: any[]): RandX Defined in laya/d3/math/RandX.ts:18 创建一个 Rand 实例。 Parameters seed: any[] 随机种子。 Returns RandX Properties Static defaultRand defaultRand: RandX = new RandX([0, Date.now() / 65536, 0, Date.now() % 65536]) Defined in laya/d3/math/RandX.ts:18 基于时间种...
来源: Laya3.0_api 发布时间: 20231115