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

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

71. 网络和格式-Socket [ 60%]

...output.writeByte发送 var message: string = "demonstrate "; for (var i: number = 0; i "); // 使用output.writeByte发送 var message:String = "demonstrate "; for (var i:int = 0; i < message.length; ++i) { output.writeByte(message.charCodeAt(i)); } socket.flush(); } private function onSocketClose(e...

来源: Laya_示例 发布时间: 20241117

72. flash中的RandomAS在Layaair里面是用哪个函数替代了呢? [ 60%]

...链接 提交 1 个回复 w1114367261 赞同来自: Math.random()返回0~number-1之间的随机数 和Random类似 2018-04-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 yzbgyc 相关问题 微信关系链:LayaAir引擎针对微信...

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

73. 输入框的restrict在iphone浏览器上失效 [ 59%]

...入框的restrict在iphone浏览器上失效 输入框同时设置 type:number,restrict:0-9,在pc上是正常的,只能输入数字。在iphone的浏览器上弹出数字输入法,但是只能输入数字的限制是无效的,可以输入任意字符 2017-07-21 添加评论 免费帖 -...

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

74. 加载.lh文件 运行后黑屏 无法显示 [ 58%]

...ctor3;     private lastPosition:Laya.Vector2;     private distance:number = 0.0;     private disVector1:Laya.Vector2;     private disVector2:Laya.Vector2;     private isTwoTouch:boolean;     private first:boolean;     private twoFirst:boolean; constructor(){       ...

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

75. laya.d3.webxr.core.WebXRInput_API3.0 [ 58%]

...ya/d3/WebXR/core/WebXRInput.ts:14 Methods addAxisEvent addAxisEvent(index: number, type: string, caller: any, listener: Function): void Defined in laya/d3/WebXR/core/WebXRInput.ts:164 add axis event Parameters index: number axis索引 type: string 事件类型 caller: any 事件侦听函数的执行...

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

76. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 58%]

...ctor3;     private lastPosition:Laya.Vector2;     private distance:number = 0.0;     private disVector1:Laya.Vector2;     private disVector2:Laya.Vector2;     private isTwoTouch:boolean;     private first:boolean;     private twoFirst:boolean; constructor(){       ...

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

77. 网络和格式-Socket [ 57%]

...output.writeByte发送 var message: string = "demonstrate "; for (var i: number = 0; i "); // 使用output.writeByte发送 var message:String = "demonstrate "; for (var i:int = 0; i < message.length; ++i) { output.writeByte(message.charCodeAt(i)); } socket.flush(); } private function onSocketClose(e...

来源: Laya2.0_示例 发布时间: 20241117

78. socket大型项目回调 [ 57%]

...-websocket'; private JS_WS_CLIENT_VERSION:string = '0.0.5'; private RES_OK:number = 200; private RES_FAIL:number = 500; private RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}...

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

79. laya.display.Text [ 49%]

...r": 居中对齐显示。 "right": 居右对齐显示。 Text alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并...

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

80. laya.display.Text [ 49%]

...r": 居中对齐显示。 "right": 居右对齐显示。 Text alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并...

来源: laya_api 发布时间: 20170929