大约有 557 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
Laya3.0_api(201) Laya_社区(190) Laya2.0_api(62) laya_api(51) Laya3.0_文档(23) Laya2.0_文档(18) Laya_示例(7) Laya2.0_示例(5)
.../ 左中右创建的3个实例 var bp = new BPFont(jsonData,imageData,600,"left"); var bp1 = new BPFont(jsonData,imageData,600,"center"); var bp2 = new BPFont(jsonData,imageData,600,"right"); bp.padding = bp1.padding = bp2.padding = -7; Laya.stage.addChild(bp); Laya.stage.addChild(bp1); Laya.stage.a...
来源: Laya_社区 发布时间: 20161014
...3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3 createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定旋转生成3x3矩阵 Matrix3x3 createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制定缩...
来源: laya_api 发布时间: 20170929
...3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3 createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定旋转生成3x3矩阵 Matrix3x3 createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制定缩...
来源: Laya2.0_api 发布时间: 20190513
...nsole.log(sprite.y) ; var hDir = Laya.stage.mouseX>sprite.x? "right" : "left" ; var vDir = Laya.stage.mouseY>sprite.y? "down" : "up" ; //先横着走,走完之后调用竖着走的函数 Tween.to(sprite,{x:Laya.stage.mouseX,y:sprite.y,update:new Handler(this,onWalk(hDir)),complete:Handler.cr...
来源: Laya_社区 发布时间: 20180331
...spaceBottom | 每一项之间的间隔距离。单位是像素。 | | spaceLeft | 左侧缩进距离。单位是像素。 | ## 二、通过代码创建Tree组件 在我们进行书写代码的时候,免不了通过代码控制UI,创建UI_Tree类,在代码中导入`laya.ui.Tree`的包,并...
来源: Laya2.0_文档 发布时间: 20210715
...llHeight) + 100 + "px"; this.newMask.style.top = "0px"; this.newMask.style.left = "0px"; this.newMask.style.background = "gray"; this.newMask.style.filter = "alpha(opacity=80)"; this.newMask.style.opacity = "0.5"; document.body.appendChild(this.newMask); } _this.mask = document.getElementById("mask"...
来源: Laya_社区 发布时间: 20181214
...stum Implements IClone Index Constructors constructor Accessors bottom far left matrix near right top Methods clone cloneTo containsBoundBox containsBoundSphere containsPoint equalsBoundFrustum equalsObj getCorners getPlane intersects get3PlaneInterPoint getPlanesFromMatrix Constructors constructor ...
来源: Laya3.0_api 发布时间: 20231115
...sort(elements: SingletonList<RenderElement>, isTransparent: boolean, left: number, right: number): void Implementation of ISortPass.sort Defined in laya/d3/RenderObjs/RenderObj/QuickSort.ts:18 快速排序 Parameters elements: SingletonList<RenderElement> isTransparent: boolean left: num...
来源: Laya3.0_api 发布时间: 20231115
...spaceBottom | 每一项之间的间隔距离。单位是像素。 | | spaceLeft | 左侧缩进距离。单位是像素。 | ## 二、通过代码创建Tree组件 在我们进行书写代码的时候,免不了通过代码控制UI,创建UI_Tree类,在代码中导入`laya.ui.Tree`的包,并...
来源: Laya2.0_文档 发布时间: 20210714
...ess lastXRPose position ray rotation EVENT_FRAMEUPDATA_WEBXRINPUT HANDNESS_LEFT HANDNESS_RIGHT Methods addAxisEvent addButtonEvent destroy event hasListener off offAll offAllCaller offAxisEvent offButtonEvent on once Constructors constructor new WebXRInput(handness: string): WebXRInput Defined in la...
来源: Laya3.0_api 发布时间: 20231115