大约有 6,598 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0100 秒)
Laya_社区(5247) Laya3.0_api(482) Laya2.0_文档(363) Laya_示例(154) Laya2.0_示例(116) Laya3.0_文档(105) Laya2.0_api(67) laya_api(64)
... clone cloneTo destroy updateLocalTransformations Constructors constructor new CannonSphereColliderShape(radius?: number): CannonSphereColliderShape Overrides CannonColliderShape.constructor Defined in laya/d3/physicsCannon/shape/CannonSphereColliderShape.ts:16 创建一个新的 SphereColliderShape...
来源: Laya3.0_api 发布时间: 20231102
...tic get instance(): StyleManager { if (!this._instance) { this._instance = new StyleManager(); } return this._instance; } constructor() { } /** * 解析字体样式 * @param {Object} obj */ parseStyle(obj: Object) { this._styleMap = obj; } /** * 根据key找到字体样式的具体配置 * @param {s...
来源: Laya_社区 发布时间: 20171226
...t;html> <head> </head> <body> <script> var ws = new WebSocket("wss://login.huanxi.twbuyu.com:27777"); ws.onopen = function() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws...
来源: Laya_社区 发布时间: 20181018
... Methods clone cloneTo updateLocalTransformations Constructors constructor new MeshColliderShape(): MeshColliderShape Overrides ColliderShape.constructor Defined in laya/d3/physics/shape/MeshColliderShape.ts:47 创建一个新的 MeshColliderShape 实例。 Returns MeshColliderShape Properties needs...
来源: Laya3.0_api 发布时间: 20231115
...019-05-10 17:10:38.273953+0800 SwiftLayaNative[98971:4069811] 严重错误 new Market 的时候错误了 2019-05-10 17:10:38.275350+0800 SwiftLayaNative[98971:4069811] Reachability Flag Status: -R ------d localWiFiStatusForFlags 2019-05-10 17:10:38.275444+0800 SwiftLayaNative[98971:4069811] >>...
来源: Laya_社区 发布时间: 20190510
...ms destroy setDrawArrayParams setDrawElemenParams Constructors constructor new SkyBox(): SkyBox Overrides GeometryElement.constructor Defined in laya/d3/resource/models/SkyBox.ts:23 创建一个 SkyBox 实例。 Returns SkyBox Properties _geometryElementOBj _geometryElementOBj: IRenderGeometryElemen...
来源: Laya3.0_api 发布时间: 20231115
...3-10 16:08 因为我看在Nitive里 你们把window.XMLRequest替换成了 new _XMLRequest() 这个应该是你们自己写的吧 这个download是你们发起的 ?
来源: Laya_社区 发布时间: 20180309
...rayscaleMatN, 0, -40,//B 0, 0, 0, 1, 0 //A ]; var grayscaleFilter = new Laya.ColorFilter(grayscaleMat); //按钮置灰 function enable_false(v) { v.filters = [grayscaleFilter]; v.mouseEnabled = false; } //按钮恢复 function enable_true(v) { v.filters = null; v.m...
来源: Laya_社区 发布时间: 20170103
...VideoNode: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.VideoNode }) public video: Laya.VideoNode; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一...
来源: Laya3.0_文档 发布时间: 20251010
... 要回复问题请先登录 发起人 shicheju 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 LayaAir3D UnityPlugin ...
来源: Laya_社区 发布时间: 20180404