大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0083 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...额外内存开销,无需renderTarget支持。 Sprite canvasDegree : int = 0画布的旋转角度。Stage canvasRotation : Boolean = false画布是否发生翻转。Stage clientScaleX : Number[read-only] 当前视窗由缩放模式导致的 X 轴缩放系数。Stage clientScaleY : Numb...
来源: Laya2.0_api 发布时间: 20190513
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...xt2D 类里面 如下方法 修改后即可 public function addPath(points:Array, close:Boolean, convex:Boolean, dx:Number, dy:Number):void { var ci:int = 0; for (var i:int = 0, sz:int = points.length / 2; i < sz; i++) { var x1:Number = points[ci]+dx, y1:Number = points[ci + 1]+dy; points[ci...
来源: Laya_社区 发布时间: 20181127
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect ...
来源: laya_api 发布时间: 20170929
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...移动端因缺少设置的字体而显示异常)。 Label fontSize : int 指定文本的字体大小(以像素为单位)。 默认为20像素,可以通过 Text.defaultSize 设置默认大小。 Label globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值(会叠加...
来源: laya_api 发布时间: 20170929
...限: 1、滤镜 /**@private 模糊滤镜。*/ public static const BLUR:int = 0x10; /**@private 颜色滤镜。*/ public static const COLOR:int = 0x20; /**@private 发光滤镜。*/ public static const GLOW:int = 0x08; 2、混合模式 ["normal", "add", "multiply", &qu...
来源: Laya_社区 发布时间: 20170512
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect ...
来源: laya_api 发布时间: 20170929
...amicBatch的下面常量设置为0 public static const maxAllowVertexCount:int = 10; /** @private */ public static const maxAllowAttribueCount:int = 900;//TODO: /** @private */ public static const maxIndicesCount:int = 32000; 2019-09-27...
来源: Laya_社区 发布时间: 20190925