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

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

6071. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 43%]

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

6072. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 43%]

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

6073. native 1.0.2 连不上wss [ 43%]

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

6074. laya.d3.physics.shape.MeshColliderShape_API3.0 [ 43%]

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

6075. Swift中接入Native,执行完drawInRect后不执行update了! [ 43%]

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

6076. laya.d3.resource.models.SkyBox_API3.0 [ 43%]

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

6077. LayaNative中运行程序网络请求异常 [ 43%]

...3-10 16:08 因为我看在Nitive里 你们把window.XMLRequest替换成了 new _XMLRequest() 这个应该是你们自己写的吧 这个download是你们发起的 ?

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

6078. 使用滤镜报错 [ 43%]

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

6079. 视频节点 · LayaAir3.4 · 引擎文档 · LAYABOX [ 43%]

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

6080. LayaAirProToBuf-AS3版本里面的demo里面提供的两个proto文件是可以的,但是没有工具把自定义的proto文件转为as文件,转出来的文件都是flash版本的,不能用。 [ 43%]

... 要回复问题请先登录 发起人 shicheju 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 LayaAir3D UnityPlugin ...

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