• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 782 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0042 秒)

111. laya.d3.math.Vector3_API3.0 [ 69%]

...三维向量的和。 Parameters a: Vector3 left三维向量。 b: Vector3 right三维向量。 out: Vector3 输出向量。 Returns void Static cross cross(a: Vector3, b: Vector3, o: Vector3): void Defined in laya/d3/math/Vector3.ts:297 求两个三维向量的叉乘。 Parameters a: Vector3 left...

来源: Laya3.0_api 发布时间: 20231102

112. APP打包后运行效果与调试效果不一致(sprite,child) [ 68%]

...    childs.sort(this.sortHandler); } public sortHandler(left:Laya.Sprite,right:Laya.Sprite):number{    return left.y-right.y; }   这样实现 当前Sprite里面的可移动sprite元素Y轴小的永远被Y轴大的遮挡,在IDE调试没有问题,但是打包APP(单机)在安卓机器上...

来源: Laya_社区 发布时间: 20180228

113. 想要找设置相对坐标后的view全局坐标,发现有问题,请教一下. [ 68%]

...标 x,y, view 坐标设置为相对于scene的相对坐标, 即: left top right bottom centerX centerY userPanel 坐标设置为相对于view的相对坐标, 即: left top right bottom centerX centerY   现在想要获取 userPanel 的stage 全局坐标, 请教一下, 怎么获取? 附件 : --> 20...

来源: Laya_社区 发布时间: 20210218

114. 2D相机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 67%]

...机视窗向左移动的极限距离,单位为像素。 右边界(limit_Right) 通过相机节点控制相机视窗向右移动的极限距离,单位为像素。 底边界(limit_Bottom) 通过相机节点控制相机视窗向下移动的极限距离,单位为像素。 顶边界(limit_Top) 通...

来源: Laya3.0_文档 发布时间: 20251010

115. 缓动-时间线 [ 67%]

...target.pos(100,100); } function createTimerLine() { timeLine.addLabel("turnRight",0).to(target,{x:450, y:100, scaleX:0.5, scaleY:0.5},2000,null,0) .addLabel("turnDown",0).to(target,{x:450, y:300, scaleX:0.2, scaleY:1, alpha:1},2000,null,0) .addLabel("turnLeft",0).to(target,{x:100, y:300, scaleX:1, s...

来源: Laya_示例 发布时间: 20251130

116. 最新版本 1.7.5 beta fontClip [ 66%]

...splitArr[i]] as Texture;                     if (_align != "right") {                         this.graphics.drawTexture(te, i * te.width, 0, te.width, te.height);                     } else {                         this.graphics.draw...

来源: Laya_社区 发布时间: 20170601

117. 缓动-时间线 [ 66%]

...上个动画的偏移时间(单位:毫秒) this.timeLine.addLabel("turnRight", 0).to(this.target, {x:450, y:100, scaleX:0.5, scaleY:0.5}, 2000, null, 0) .addLabel("turnDown", 0).to(this.target, {x:450, y:300, scaleX:0.2, scaleY:1, alpha:1}, 2000, null, 0) .addLabel("turnLeft", 0).to(this.target, {...

来源: Laya2.0_示例 发布时间: 20251130

118. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 66%]

...2", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "right": "0", "clipY": "2"}}, {"type": "Clip", "props": {"y": "4", "x": "14", "name": "folder", "clipX": "1", "skin": "ui/clip_tree_folder.png", "clipY": "3"}}, {"type": "Label", "props": {"y": "1", "text": "treeItem", "width"...

来源: Laya2.0_文档 发布时间: 20210715

119. iphone6闪退 [ 66%]

...• 2017-11-30 22:04 之前看差了,你xcode里面设置的是landscape right landscape right和HTML和ini里不一致啊 改一下试试呢 xtcel5805 • 2017-11-30 17:50 配的6 xtcel5805 • 2017-11-27 16:44 这个就是完整的了,启动不起来

来源: Laya_社区 发布时间: 20171127

120. laya.d3.math.Matrix3x3 [ 66%]

...):void[static] 计算观察3x3矩阵 Matrix3x3  multiply(left:Matrix3x3, right:Matrix3x3, out:Matrix3x3):void[static] 两个3x3矩阵的相乘 Matrix3x3  rotate(rad:Number, out:Matrix3x3):void 根据指定角度旋转3x3矩阵 Matrix3x3  scale(scale:Vector2, out:Matrix3x3):void 据制定缩放...

来源: laya_api 发布时间: 20170929