大约有 705 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0047 秒)
Laya3.0_api(204) Laya3.0_文档(192) Laya_社区(153) Laya2.0_api(63) laya_api(56) Laya2.0_文档(17) Laya2.0_示例(11) Laya_示例(9)
...tatic] Utils3D mulMatrixByArray(leftArray:Float32Array, leftOffset:int, rightArray:Float32Array, rightOffset:int, outArray:Float32Array, outOffset:int):void[static] 过数组数据计算矩阵乘法。 Utils3D mulMatrixByArrayAndMatrixFast(leftArray:Float32Array, leftOffset:int, rightMatrix:Ma...
来源: laya_api 发布时间: 20170929
...trix4x4 billboard(objectPosition:Vector3, cameraPosition:Vector3, cameraRight:Vector3, cameraUp:Vector3, cameraForward:Vector3, mat:Matrix4x4):void[static] 计算BlillBoard矩阵 Matrix4x4 clone():* 克隆。 Matrix4x4 cloneTo(destObject:*):void 克隆。 Matrix4x4 createAffineTransforma...
来源: Laya2.0_api 发布时间: 20190513
...)。Widget owner : Node [只读]获取所属Node节点。 Component right : Number表示距右边的距离(以像素为单位)。Widget top : Number表示距顶边的距离(以像素为单位)。WidgetPublic Methods Hide Inherited Public Methods Show Inherited Public Methods Method...
来源: Laya2.0_api 发布时间: 20190513
...USE_UP MOUSE_WHEEL OPEN PAUSED PLAYED PROGRESS READY REMOVED RENDER RESIZE RIGHT_CLICK RIGHT_MOUSE_DOWN RIGHT_MOUSE_UP ROLL_OUT ROLL_OVER SELECT START STOPPED TRANSFORM_CHANGED TRIGGER_ENTER TRIGGER_EXIT TRIGGER_STAY UNDISPLAY VISIBILITY_CHANGE WILL_RESIZE staticMask Accessors altKey charCode ctrlKe...
来源: Laya3.0_api 发布时间: 20231115
...tumParallelSplitShadowMap multiplyMatrixOutFloat32Array(left:Matrix4x4, right:Matrix4x4, out:Float32Array):void[static] 计算两个矩阵的乘法 ParallelSplitShadowMap setFarDistance(value:Number):voidParallelSplitShadowMap setInfo(scene:Scene, maxDistance:Number, globalParallelDir:Vecto...
来源: laya_api 发布时间: 20170929
...is.lb; lb.width = 100; lb.height = 24; const html1 = '<div style="float:right;"><span>1</span><span>2</span></div>'; const html2 = '<span style="float:right;">1</span>'; const html3 = '<div style="width:50;text-align:right;"><span>1</spa...
来源: Laya_社区 发布时间: 20190531
...Event.MOUSE_UP // 左键抬起 Laya.Event.CLICK // 左键点击 Laya.Event.RIGHT_MOUSE_DOWN // 右键按下 Laya.Event.RIGHT_MOUSE_UP // 右键抬起 Laya.Event.RIGHT_CLICK // 右键单击 Laya.Event.MOUSE_MOVE // 鼠标移动 Laya.Event.MOUSE_OVER // 鼠标经过目标 Laya.Event.MOUSE_OUT // 鼠...
来源: Laya_社区 发布时间: 20180411
...="width:422px;"> <img style= " display:inline; float:right; " src="Face/img_duihua_qipao_green_01.png "></img> <div style="background:url(Face/img_duihua_qipao_green_02.png); height:100%; min-height:44px; width:400px; borde...
来源: Laya_社区 发布时间: 20170710
...的,100*100,这时我相对于上级的坐标希望是相对位置,right=0,top=0,表示右上角对齐,但发现这样不是很好看,我就试着用上下左右微调,这时编辑器会把所有与坐标有关的属性都自动改成绝对定位 2017-02-17 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20170217
...age(); boy1.skin = "../../res/cartoonCharacters/1.png"; boy1.top = 0; boy1.right = 0; boy1.on("click", this, onBoyClick); Laya.stage.addChild(boy1); //实例一个小人,放到右下角,并相对布局 var boy2 = new Image(); boy2.skin = "../../res/cartoonCharacters/2.png"; boy2.bottom = 0; boy2...
来源: Laya_示例 发布时间: 20241125