大约有 94 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
.ls资源文件的克隆问题 lh的Sprite3D的克隆是Laya.Sprite3D.instantiate 那请问ls的Scene要怎么克隆???? 2018-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: ...
来源: Laya_社区 发布时间: 20180531
...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new Sprite3D(name?: string, isStatic?: boolean): Sprite3D Overrides Node.constructor Defined in laya/d3/core/Sprite3D.ts:142 创建一个 Sprite3D 实例。 Parameters Default value n...
来源: Laya3.0_api 发布时间: 20231115
...导入。我自定义了一个继承自Laya.Sprite3D。使用Laya.Sprite3D.instantiate实例化,并addComponent自定义的类;添加到场景中,再移除;移除时发现脚本的onDisable调用了两次。断点调试后发现如下图的代码:首先在1的方法中调用_inActiveHierac...
来源: Laya_社区 发布时间: 20200623
...ore.transform.localPosition = new Vector3(0, 0.7, 90); let tp3d = Sprite3D.instantiate(spCore, lf, false, new Vector3(0, 2, 90)); Laya.stage.addChild(tp3d); //Sprite3D 克隆还是会报错 2019-11-26 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 我看这个代码 是用模型的克隆去...
来源: Laya_社区 发布时间: 20191126
...RARCHY_LOADED, this, function(){ this.eff1 = scene.addChild( Laya.Sprite3D.instantiate(this.effRes)); this.eff1.transform.position = new Laya.Vector3(0,0,50); this.eff1.transform.rotate(new Laya.Vector3(0, 60, 0), true, false); Laya.timer.callLater(this, screenShot); }); function screenShot(){ var h...
来源: Laya_社区 发布时间: 20180503
....cull = 0 box.meshRenderer.material = material; let res1 = Laya.Sprite3D.instantiate(box); let res2 = Laya.Sprite3D.instantiate(box); scene.addChild(res1); scene.addChild(res2); Laya.timer.frameLoop(1, this, () => { res1.transform.localPositionX += 0.016; res2.transform.position.x += 0.016;...
来源: Laya_社区 发布时间: 20190717
...ild removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new ReflectionProbe(): ReflectionProbe Overrides Sprite3D.constructor Defined in laya/d3/core/reflectionProbe/ReflectionProbe.ts:50 Returns ReflectionProbe Properties Optional _extra ...
来源: Laya3.0_api 发布时间: 20231102
...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new LightSprite(): LightSprite Overrides Sprite3D.constructor Defined in laya/d3/core/light/LightSprite.ts:135 创建一个 LightSprite 实例。 Returns LightSprite Properties Option...
来源: Laya3.0_api 发布时间: 20231115
...etProjectionMatrix runCallLater setChildIndex timerLoop timerOnce __init__ instantiate load Constructors constructor new BaseCamera(nearPlane?: number, farPlane?: number): BaseCamera Overrides Sprite3D.constructor Defined in laya/d3/core/BaseCamera.ts:307 创建一个 BaseCamera 实例。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new RenderableSprite3D(name: string): RenderableSprite3D Overrides Sprite3D.constructor Defined in laya/d3/core/RenderableSprite3D.ts:225 deprecated 创建一个 RenderableSprite3D ...
来源: Laya3.0_api 发布时间: 20231115