大约有 62 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...以及宽度和高度定义的区域。 Rectangle 类的 x、y、width 和 height 属性相互独立;更改一个属性的值不会影响其他属性。 Public Properties PropertyDefined By bottom : Number[read-only] 此矩形底端的 Y 轴坐标。y 和 height 属性的和。Rectangle hei...
来源: laya_api 发布时间: 20170929
...空绘制命令。 Graphics clipRect(x:Number, y:Number, width:Number, height:Number):void 设置剪裁区域,超出剪裁区域的坐标不显示。 Graphics destroy():void 销毁此对象。 Graphics drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidt...
来源: laya_api 发布时间: 20170929
...canvas 。Texture DEF_UV : Array[static] 默认 UV 信息。Texture height : Number 实际高度。Texture INV_UV : Array[static] 反转 UV 信息。Texture isLinearSampling : Boolean 获取当前纹理是否启用了线性采样。 Texture loaded : Boolean[read-only] 表示是否加...
来源: laya_api 发布时间: 20170929
...w Inherited Public Properties PropertyDefined By cmds : ArrayGraphics height : Number 表示显示对象的高度,以像素为单位。 AutoBitmap sizeGrid : Array 当前实例的有效缩放网格数据。 如果设置为null,则在应用任何缩放转换时,将正常缩放整个显示...
来源: laya_api 发布时间: 20170929
... : String 字符。HTMLChar charNum : Number 字符数量。HTMLChar height : Number 高度。 HTMLChar isWord : Boolean 表示是否是正常单词(英文|.|数字)。HTMLChar style : CSSStyle CSS 样式。HTMLChar width : Number 宽度。 HTMLChar x : Number 此对象存储的 X ...
来源: laya_api 发布时间: 20170422
...Viewport 类用于创建视口。 Public Properties PropertyDefined By height : Number高度Viewport maxDepth : Number最大深度Viewport minDepth : Number最小深度Viewport width : Number宽度Viewport x : NumberX轴坐标Viewport y : NumberY轴坐标ViewportPublic Methods M...
来源: laya_api 发布时间: 20170929
...nly] 纹理格式 BaseTexture frameBuffer : *[read-only] RenderTexture height : int[read-only] 获取高度。 BaseTexture magFifter : int 放大过滤器 BaseTexture minFifter : int 缩小过滤器 BaseTexture mipmap : Boolean 是否使用mipLevel BaseTexture repeat : Boolean 是否使用...
来源: laya_api 发布时间: 20170929
...Area(dom:Object, coordinateSpace:Sprite, x:Number, y:Number, width:Number, height:Number):void[static] 使DOM元素使用舞台内的某块区域内。 Utils getGID():int[static] 获取一个全局唯一ID。Utils getGlobalPosAndScale(sprite:Sprite):Rectangle[static] 计算传入的显示对...
来源: laya_api 发布时间: 20170929
...的layer属性相同的图层进行合并以提高性能 TiledMap gridHeight : Number[read-only] 块的高度 TiledMap gridWidth : Number[read-only] 块的宽度 TiledMap height : int[read-only] 地图的高度 TiledMap numColumnsGrid : Number[read-only] 地图的横向块数 TiledMap ...
来源: laya_api 发布时间: 20170929
...口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scale、scaleX、scaleY...
来源: laya_api 发布时间: 20170929