大约有 149 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0047 秒)
...raphicsGL Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有...
来源: laya_api 发布时间: 20170929
...anceAutoBitmap Graphics Object AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By cmds : ArrayGraphics...
来源: Laya2.0_api 发布时间: 20190513
...anceAutoBitmap Graphics Object AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By cmds : ArrayGraphics...
来源: laya_api 发布时间: 20170929
...将渲染指令发送到GPU的成本,渲染指令包括Draw Call以及在绘制3D物体之前更改GPU上设置的命令。 以下的几种手段都可以降低渲染的CPU成本: 减少场景中渲染物体的数量 考虑减少场景中对象的总数,例如:使用天空盒来代替远距...
来源: Laya3.0_文档 发布时间: 20251010
...p" AutoBitmap Class AutoBitmap AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Hierarchy Graphics AutoBitmap Index Constructors constructor Properties _color uv Accessors cmds color height sizeGrid source...
来源: Laya3.0_api 发布时间: 20231115
... Graphics Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有...
来源: Laya3.0_api 发布时间: 20231115
...的示例 切换图片是在显示图片的基础之上,增加了清空绘制,然后通过代码逻辑获得新的图片资源重新绘制。具体的代码说明可以参考代码注释及API,结合实例运行体验。 下面我们在Main.as入口类中修改代码为如下所示: ```java ...
来源: Laya2.0_文档 发布时间: 20210715
...c class DrawTexturesCmdInheritanceDrawTexturesCmd Object 根据坐标集合绘制多个贴图 Public Properties PropertyDefined By pos : Array 绘制次数和坐标。 DrawTexturesCmd texture : Texture 纹理。 DrawTexturesCmdPublic Methods MethodDefined By recover():void 回收到对...
来源: Laya2.0_api 发布时间: 20190513
...cs.cmds Defined in laya/display/Graphics.ts:151 命令流。存储了所有绘制命令。 Returns any[] Inherited from Graphics.cmds Defined in laya/display/Graphics.ts:155 命令流。存储了所有绘制命令。 Parameters value: any[] Returns void Methods addCmd addCmd(cmd: any): any Inherited...
来源: Laya3.0_api 发布时间: 20231115
...上说的。 扬了二正 • 2018-10-11 15:33 @Laya_Aaron:添加了之后 绘制不出东西 扬了二正 • 2018-10-11 15:49 @淡淡的疯 后来你解决了吗 扬了二正 • 2018-10-11 20:25 wxtool.postMsgToOpenDataContext({ state: 'init', openId: GlobalData.getInstance().openId }); this.rank...
来源: Laya_社区 发布时间: 20181001