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

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

81. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 65%]

... { 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_文档 发布时间: 20241014

82. laya.display.Sprite [ 65%]

...值一个图片地址,则会自动加载图片,然后显示 Sprite  transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  viewport : Rectangle 视口大小,视口外的子对象,将不...

来源: Laya2.0_api 发布时间: 20190513

83. laya.display.Sprite [ 65%]

...ture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node  transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  viewport : Rectangle = null 视口大小,视口外的子对象,...

来源: laya_api 发布时间: 20170929

84. laya.ui.Image_API3.0 [ 64%]

...zeGrid skewX skewY skin source stage staticCache texture timer toolTip top transform url useSourceSize viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer...

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

85. laya.ui.AutoBitmap_API3.0 [ 64%]

...etBounds loadImage removeCmd restore rotate save scale setState strokeText transform translate Constructors constructor new AutoBitmap(): AutoBitmap Inherited from Graphics.constructor Defined in laya/display/Graphics.ts:54 Returns AutoBitmap Properties _color _color: string = "#ffffff" Defined in l...

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

86. laya.ui.ProgressBar_API3.0 [ 64%]

...Rect sizeGrid skewX skewY skin stage staticCache texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destro...

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

87. laya.ui.Dialog_API3.0 [ 63%]

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

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

88. rigidBody.applyForce 对刚体应用力,物体没有移动 [ 63%]

...ra = this.scene.addChild(new Laya.Camera(0, 0.1, 100));         camera.transform.translate(new Laya.Vector3(0, 6, 9.5));         camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);         camera.addComponent(CameraMoveScript);         camera.clearFlag = Laya.BaseCamer...

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

89. laya.ui.UIGroup_API3.0 [ 63%]

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

90. laya.display.Stage [ 62%]

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

来源: laya_api 发布时间: 20170929