大约有 1,191 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)
Laya3.0_api(429) Laya_社区(256) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(29) Laya2.0_示例(6) Laya_示例(6)
... 隐藏性能统计信息。 Returns void isCanvasRender isCanvasRender(): boolean Defined in laya/utils/IStatRender.ts:29 Returns boolean renderNotCanvas renderNotCanvas(ctx: any, x: number, y: number): void Defined in laya/utils/IStatRender.ts:33 Parameters ctx: any x: number y: number Returns voi...
来源: Laya3.0_api 发布时间: 20231102
... isLocal 是否局部空间。 */ translate(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.transformCoordinate(translation, Transform3D._tempMatrix0, Transform3D._tempVector30); Vector3.add(t...
来源: Laya3.0_文档 发布时间: 20251010
...operties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial ambientColor : Vector3TerrainMaterial blend : int 获取混合方式。 TerrainMaterial blen...
来源: Laya2.0_api 发布时间: 20190513
...t gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild) LayaExport.DataManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaE...
来源: Laya_社区 发布时间: 20180206
...毁节点和使用到的资源),默认为false*/ autoDestroyAtClosed: boolean = false; 当勾选 Auto Destroy At Closed后,场景在关闭时会自动调用场景的销毁 Destroy() 方法 1.4 mouseThrough属性 另外一个属性是 Mouse Through,默认是勾选的 由于2D场景和3D场景...
来源: Laya3.0_文档 发布时间: 20251010
...ture2D(width:int = 0, height:int = 0, format:int = FORMAT_R8G8B8A8, mipmap:Boolean = true, canRead:Boolean = false) 最后一个参数 2019-04-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 136*****740 相关问题 发起问题须知...
来源: Laya_社区 发布时间: 20181120
...器,唯一参数是Error。 Returns void Static supported supported(): boolean Defined in laya/device/media/Media.ts:18 检查浏览器兼容性。 Returns boolean Globals "laya/device/media/Media" Media constructor getMedia supported Legend Object literal Variable Function Type alias Class Class ...
来源: Laya3.0_api 发布时间: 20231115
...递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含按下或释放的键的字符代码值。字符代码值为英文键盘值。 Event...
来源: Laya2.0_api 发布时间: 20190513
...你试试这个代码,项目中我是这样做处理的: var onIPhoneX:Boolean = /iPhone/gi.test(Browser.window.navigator.userAgent) && (Math.min(Browser.clientHeight,Browser.clientWidth) == 375 && Math.max(Browser.clientHeight,Browser.clientWidth) == 812); var onIPhoneXR:Boolean...
来源: Laya_社区 发布时间: 20190403
...小尺寸Z。 Returns GradientDataNumber separateAxes get separateAxes(): boolean Defined in laya/d3/core/particleShuriKen/module/GradientSize.ts:141 是否分轴。 Returns boolean type get type(): number Defined in laya/d3/core/particleShuriKen/module/GradientSize.ts:134 生命周期尺寸类型...
来源: Laya3.0_api 发布时间: 20231115