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

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

41. laya.ui.WXOpenDataViewer_API3.0 [ 53%]

...ene scrollRect skewX skewY stage staticCache tag texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destroy destroyChil...

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

42. laya.ui.Tree_API3.0 [ 53%]

...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

43. laya.ui.ScaleBox_API3.0 [ 52%]

...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

44. laya.ui.Box_API3.0 [ 52%]

...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

45. laya.ui.OpenDataContextView_API3.0 [ 52%]

...Y scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _onActive _onInActive _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer ...

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

46. laya.ui.Panel_API3.0 [ 52%]

...ollRect scrollType skewX skewY stage staticCache texture timer toolTip top transform url vScrollBar vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTi...

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

47. laya.ui.LayoutBox_API3.0 [ 52%]

...e scrollRect skewX skewY space 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

48. laya.ui.TipManager_API3.0 [ 52%]

...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 closeAll contains customRender destroy dest...

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

49. 3D灯光与阴影 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

... 0.5, 0.0, 1); //设置点光源的范围 pointCom.range = 3.0; pointLight.transform.position = new Laya.Vector3(0.0, 1, 0.0); 三、DirectionLight Direction Light(平行光)与点光区别较大,它有固定的一个方向,可通过弧度值设定,并且也没有衰减和光照范围,...

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

50. 使用3D摄像机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 51%]

... { this.camera = this.owner as Laya.Camera; if (this.target) { this.target.transform.position.cloneTo(this.curpos); this.delatpos = new Laya.Vector3(); } } /** * 每帧更新时执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 * 此方法为虚方法,使用时重写覆...

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