大约有 63 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
...cs Object Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有...
来源: Laya2.0_api 发布时间: 20190513
...anceAutoBitmap Graphics Object AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By cmds : ArrayGraphics...
来源: Laya2.0_api 发布时间: 20190513
...c class DrawTexturesCmdInheritanceDrawTexturesCmd Object 根据坐标集合绘制多个贴图 Public Properties PropertyDefined By pos : Array 绘制次数和坐标。 DrawTexturesCmd texture : Texture 纹理。 DrawTexturesCmdPublic Methods MethodDefined By recover():void 回收到对...
来源: Laya2.0_api 发布时间: 20190513
...数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使...
来源: Laya2.0_api 发布时间: 20190513
...ya.display.cmdClasspublic class DrawImageCmdInheritanceDrawImageCmd Object 绘制图片 Public Properties PropertyDefined By height : Number (可选)高度。 DrawImageCmd texture : Texture 纹理。 DrawImageCmd width : Number (可选)宽度。 DrawImageCmd x : Number (可选...
来源: Laya2.0_api 发布时间: 20190513
...e 默认没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Sprite同时也是容器类,可用来添加多个子节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设...
来源: Laya2.0_api 发布时间: 20190513
...isplay.cmdClasspublic class DrawTextureCmdInheritanceDrawTextureCmd Object 绘制单个贴图 Public Properties PropertyDefined By alpha : Number (可选)透明度。 DrawTextureCmd blendMode : String (可选)混合模式。 DrawTextureCmd color : String (可选)颜色滤镜。...
来源: Laya2.0_api 发布时间: 20190513
...ay.cmdClasspublic class DrawTrianglesCmdInheritanceDrawTrianglesCmd Object 绘制三角形命令 Public Properties PropertyDefined By alpha : Number alpha DrawTrianglesCmd blendMode : String blend模式 DrawTrianglesCmd color : ColorFilter 颜色变换 DrawTrianglesCmd indices : Uint16A...
来源: Laya2.0_api 发布时间: 20190513
...ispatcher ObjectSubclasses AdvImage Image 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherit...
来源: Laya2.0_api 发布时间: 20190513
...数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使...
来源: Laya2.0_api 发布时间: 20190513