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

大约有 345 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0066 秒)

191. laya.ui.Label_API3.0 [ 56%]

...e stroke strokeColor templateVars text textField texture timer toolTip top transform ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEven...

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

192. laya.ui.Tab_API3.0 [ 56%]

...in space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains customRender delI...

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

193. 用u3d导出的粒子效果,不能移动粒子的位置 [ 56%]

....load("res/LayaScene_effect/effect.lh") as Laya.Sprite3D; particleSprite3D.transform.translate(new Laya.Vector3(0,20,0)) this.scene.addChild(particleSprite3D); 用u3d导出的粒子效果,不能移动粒子的位置 2018-05-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

194. laya.ui.List_API3.0 [ 56%]

...skewY spaceX spaceY stage startIndex staticCache texture timer toolTip top transform url vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance addItem addItemAt bubbleEvent callLater ...

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

195. laya.display.Input_API3.0 [ 56%]

...he stroke strokeColor templateVars text textHeight textWidth texture timer transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbl...

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

196. 2D图片在3D场景中定位问题 [ 56%]

...unctionname); function functionname() { camera.viewport.project(warehouse1.transform.position, camera.projectionViewMatrix, _outPos); 2dname.pos(_outPos.x / Laya.stage.clientScaleX, _outPos.y / Laya.stage.clientScaleY); } bing8310124 • 2018-01-03 10:35 那如果我想图片也是近大远小的话...

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

197. laya.ui.Tree_API3.0 [ 55%]

...Y source spaceBottom spaceLeft stage staticCache texture timer toolTip top transform url viewport visible width x xml y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyCh...

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

198. laya.d3.utils.Utils3D_API3.0 [ 55%]

...deByHierarchyPath _getParentNodeByHierarchyPath billboardTrans createAffineTransformationArray getURLVerion mulMatrixByArray mulMatrixByArrayAndMatrixFast mulMatrixByArrayFast quaternionWeight transformQuat transformVector3ArrayByQuat transformVector3ArrayToVector3ArrayCoordinate transformVector3Arr...

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

199. 像素线 · LayaAir3.0文档 · LAYABOX [ 55%]

...+ 1]]; var vertex2: Laya.Vector3 = positions[indices[i + 2]]; Laya.Vector3.transformCoordinate(vertex0, sprite3D.transform.worldMatrix, this.transVertex0); Laya.Vector3.transformCoordinate(vertex1, sprite3D.transform.worldMatrix, this.transVertex1); Laya.Vector3.transformCoordinate(vertex2, sprite3D...

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

200. 按钮点击的位置发生偏移 [ 53%]

...回复 Laya_XS 赞同来自: 你可以通过 var matrix = Laya.stage.get_transform(); 第一个方法: matrix.tx += 100;//水平方向移动; matrix.ty += 100;//垂直方向移动; 第二个方法: matrix.translate('水平方向移动','垂直方向移动'); 2020-08-25 0 4 分享 微博 QZONE 微信...

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