大约有 36 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
...~~~~~~ 参照技术文档自定义Shader写的TypeScript版本,运行后 Sprite 显示尺寸不对,帮忙看下哪里要调整? 求好心人帮忙 问题状态 最新活动: 2018-08-08 12:01 浏览: 940 关注: 2 人 Lancer • 2018-08-08 13:34 谢谢,我还想问一下某个控件距离舞...
来源: Laya_社区 发布时间: 20180808
...要知道。 1. 使用getBounds/ getGraphicBounds。 ```javascript var sp:Sprite = new Sprite(); sp.graphics.drawRect(0, 0, 100, 100, "#FF0000"); var bounds:Rectangle = sp.getGraphicBounds(); Laya.stage.addChild(sp); ``` getBounds可以满足多数多数需求,但由于其需要计...
来源: Laya2.0_文档 发布时间: 20210715
...。 1. 使用getBounds/ getGraphicBounds。 ```javascript var sp=new Laya.Sprite(); sp.graphics.drawRect(0,0,100,100,"#FF0000"); var bounds:Laya.Rectangle=sp.getGraphicBounds(); Laya.stage.addChild(sp); ``` getBounds可以满足多数多数需求,但由于其需要计算边界,不适合频繁调...
来源: Laya2.0_文档 发布时间: 20210715
...。 1. 使用getBounds/ getGraphicBounds。 ```typescript var sp=new Laya.Sprite(); sp.graphics.drawRect(0,0,100,100,"#FF0000"); var bounds:Laya.Rectangle=sp.getGraphicBounds(); Laya.stage.addChild(sp); ``` getBounds可以满足多数多数需求,但由于其需要计算边界,不适合频繁调...
来源: Laya2.0_文档 发布时间: 20210714
...l/Effect_zhujue_attack.lh"); let tarItem = Laya.Sprite3D.instantiate(item); this.scene.addChild(tarItem); tarItem.transform.position = new Laya.Vector3(0, 0, 0); item.destroy(); ...
来源: Laya_社区 发布时间: 20191102
...戏,求思路 [引擎优化]希望官方可以增加stencil功能 大量sprite如何优化性能 问题求助!!!! 设置遮罩会导致内存大大增高 飞机大战 修改受击半径 中小飞机都可以碰边就算击打了 大飞机如何修改都不行!!求助 问题状态 最...
来源: Laya_社区 发布时间: 20180509