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

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

101. laya.ani.bone.Skeleton_API3.0 [ 66%]

... skewX skewY skinName source stage staticCache templet texture timer total transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildr...

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

102. stage.clientScaleX/Y这个值有什么用呢? [ 66%]

...017-08-18 17:15 我的这个情况我查了下 是改变了canvas标签的 transform: matrix(0, -0.5, 0.560504, 0, 0, 375) 而且我觉得无论改canvas或者stage都好... 他们拉伸的比例也是可以计算的吧.... 这个比例也是可以公开的吧..... 接口的公布和功能实现的...

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

103. 射线检测-射线检测 [ 66%]

...相机 var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 1, 3)); camera.clearColor = null; Laya.loader.create(["../../res/threeDimen/skinModel/NvWu/NvWu-shenminvwu.lm", "../../res/threeDimen/skinModel/CunMinNan/CunMinNan-cunminnan.lm", "../../r...

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

104. laya.display.Stage [ 66%]

...ture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node  transform : Matrix[override] Stage viewport : Rectangle = null 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用srollRect),合理使用能提高渲染性能。比如由一个个...

来源: laya_api 发布时间: 20170929

105. laya.ani.GraphicsAni_API3.0 [ 66%]

...Texture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate create recycle Constructors constructor new GraphicsAni(): GraphicsAni Inherited from Graphics.constructor Defined in laya/display/Graphics.ts:54 Returns GraphicsAni Accessors cmds get cmds(): any[] set cm...

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

106. laya.media.VideoNode_API3.0 [ 66%]

...llRect seekable seeking skewX skewY source stage staticCache texture timer transform url videoHeight videoTexture videoWidth viewport visible volume width x y zOrder Methods _initialize _processActive _setX _setY addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater...

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

107. laya.ui.UIComponent_API3.0 [ 66%]

...Y scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildr...

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

108. 缓动Tween能用在3D物体或者特效上面吗? [ 66%]

... 、lenovo 、Max.魚魚魚鱼魚魚 、叶子   Laya.Tween.to(this.box.transform, {     localPositionX : this.box.transform.localPositionX + 8, //x坐标移动8     localRotationEulerY : 90 //角度旋转90度 }, 300) 2018-11-16 4 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 可以...

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

109. 如何在场景中获得node的位置信息? [ 65%]

...2017-11-21 0 8 分享 微博 QZONE 微信 wudi199553 赞同来自: target3.transform.position 2017-11-21 0 0 分享 微博 QZONE 微信 Faith_mkx 赞同来自: node 没有transform这个属性啊 2017-11-21 0 3 分享 微博 QZONE 微信 Faith_mkx 赞同来自: 这是场景在Unity中的形式 2017-...

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

110. laya.utils.Utils [ 65%]

...存放计算出的坐标X值、Y值、ScaleX值、ScaleY值。 Utils  getTransformRelativeToWindow(coordinateSpace:Sprite, x:Number, y:Number):Object[static] 获取指定区域内相对于窗口左上角的transform。 Utils  measureText(txt:String, font:String):*[static] 测量文本在指定...

来源: laya_api 发布时间: 20170929