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

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

2581. laya.particle.Particle2D_API3.0 [ 46%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

2582. 使用IDE TS语言开发微信小游戏,添加了第三方库,在模拟器和浏览器调试运行都没有问题,但是导出微信小游戏后,微信开发者工具提示 没有ReferenceError: ** is not defined [ 46%]

...0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 这种报错通常就是获取全局的变量没有找到,浏览器和调试工具都是基于浏览器内核的,浏览器里,默认都在window下,在小游戏的环境,默认变量不会挂到window上,第三方库,需要开发者自...

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

2583. laya.d3.math.OrientedBoundBox [ 46%]

...中心 OrientedBoundBox  getCorners(corners:Vector.<Vector3>):void 获取OBB包围盒的8个顶点。 OrientedBoundBox  getObbtoObbMatrix4x4(a:OrientedBoundBox, b:OrientedBoundBox, noMatrixScaleApplied:Boolean, out:Matrix4x4):void[static] 计算Obb包围盒变换到另一Obb包围盒的矩...

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

2584. laya.ui.Tree_API3.0 [ 46%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

2585. laya.ui.Label [ 46%]

...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node  align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居...

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

2586. laya.ui.DialogManager_API3.0 [ 46%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 closeEffectHandler closeEffectHandler: Handler = new Handler(this, this.closeEffect) Defined in lay...

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

2587. laya.d3.webxr.core.WebXRCamera_API3.0 [ 46%]

...lean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Inherited from Node.active Defined in laya/display/Node.ts:663 设置是否激活。 Parameters value: boolean 是否激活。 Returns void 自身是否激活...

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

2588. LAYABOX游戏实时语音之APP版本 [ 46%]

... <uses-permission android:name="android.permission.CAMERA"/> <!-- 获取地理位置的权限,可选 --> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <application a...

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

2589. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 46%]

...lean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Inherited from Node.active Defined in laya/display/Node.ts:663 设置是否激活。 Parameters value: boolean 是否激活。 Returns void 自身是否激活...

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

2590. laya.d3.math.Matrix4x4 [ 46%]

...row:Number, column:Number):NumberMatrix4x4  getForward(out:Vector3):void 获取前向量。 Matrix4x4  getTranslationVector(out:Vector3):void 获取平移向量。 Matrix4x4  identity():void设置矩阵为单位矩阵Matrix4x4  invert(out:Matrix4x4):void 计算一个矩阵的逆矩阵 Matrix...

来源: laya_api 发布时间: 20170929