大约有 34 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0041 秒)
... setConnected("已连接"); //设置发信息送类型为:ArrayBuffer ws.binaryType = "string"; } ws.onmessage = function(e) { log(e.data.toString()); } ws.onclose = function(e) { ...
来源: Laya_社区 发布时间: 20170724
... 提交 1 个回复 Zero 赞同来自: 你上面的那个 input 用Object类型不行吧 他下面不会报没有setAttribute 方法吗 2019-12-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 teddywu 相关问题 两个对象new了...
来源: Laya_社区 发布时间: 20191216
...opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; Browser.document.body.appendChild(file);//添加到页面; file.onchange = function(e...
来源: Laya_社区 发布时间: 20180529
...opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; 下面看下完整的代码: class Main { private video:Laya.Video; constructor() { /...
来源: Laya3.0_文档 发布时间: 20241014
...是html路径 我应该如何处理 服务器websocket c++发送二进制类型包,客户端没有任何事件响应 问题状态 最新活动: 2017-09-07 09:25 浏览: 2931 关注: 2 人 lixiaodog • 2017-09-07 11:35 你 这样做不行,服务端收到的BODY是这样的:={"username&quo...
来源: Laya_社区 发布时间: 20170906
...ld=new CANNON.World(); world.gravity.set(0, 0, -9.8); // 设置碰撞检测类型 world.broadphase=new CANNON.NaiveBroadphase(); // 创建几何体(几何体和物理实体),添加到加农世界 // 球体,质量5,半径1 var mass:Object=50, radius:Object=1; var sphereShape:Object=new CANN...
来源: Laya_社区 发布时间: 20170331
... = new Laya.MeshSprite3D(mesh); //方法二:预加载,创建为Sprite3D类型 Laya.loader.create("LayaScene_01/Assets/model/loveScene_jianzhu.lm",Laya.Handler.create(this,this.onCreateComplete)); //预加载完成后回调 private onCreateComplete():void { //创建预加载的模型网格 var me...
来源: Laya_社区 发布时间: 20171109
...opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; Browser.document.body.appendChild(file);//添加到页面; file.onchange = function(e...
来源: Laya2.0_文档 发布时间: 20210715
...components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 canScaleShape canScaleShape: boolean = true Inherited from PhysicsTriggerComponent.canScaleShape Defined in laya/d3/physics/PhysicsComponent.ts:206 是否可以缩放Shape。 owner owner: Node Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...ath; //指定脚本路径 myScript.type = "text/javascript"; //指定脚本类型 myScript.defer = defer;//true; //程序下载完后再解析和执行 theHead.appendChild(myScript); //把dom挂载到头部 }这是我使用的动态加载js的脚本。 function onLoadComplete() { pBar = new Progr...
来源: Laya_社区 发布时间: 20180316