大约有 1,539 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1228) Laya2.0_文档(80) Laya3.0_api(75) Laya_示例(42) Laya2.0_示例(40) Laya3.0_文档(33) Laya2.0_api(22) laya_api(19)
...否滚动显示?官网的超域文本滚动例子不能用在input或者textArea上,textArea里面的文本也是无法点击滚动的,求解!!!!! 如题,谢谢 2017-04-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20170425
... //declare owner : Laya.Sprite3D; @property(String) public text: string = ""; @property(Laya.Image) public image: Laya.Image = null; constructor() { super(); } } 附件 : --> 2023-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20230412
...scard property,please use transform's property instead Cannot set property text of #<Button> which has only a getter XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. 问题状态 最新活动: 2018-07-09 16:04 浏览: 4199 关注: 2...
来源: Laya_社区 发布时间: 20180709
...> <html> <head> <title></title> <style type="text/css"> .p1{font-family:"Arial bold"; color: #583823;font-size: 25px} .p2{font-family:"Times New Roman";color: #583823;font-size: 25px} .p3{font-family:"Arial Black";color: #583823;font-size: 25px} .p4{font-family:"Aria...
来源: Laya_社区 发布时间: 20180629
... std::string outMsg; wsEncodeFrame(body_str1, outMsg, WS_TEXT_FRAME);//就是加上个2字节头 int32_t send_size = m_socket->send(asio::buffer(outMsg));//客户端能收到 std::string body_str; pbMsg.SerializeToString(&body_str);/...
来源: Laya_社区 发布时间: 20170822
... Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. Laya2.12.0项目出现卡顿现象(必现) layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 laya3.2.5打包 android apk后渲染...
来源: Laya_社区 发布时间: 20250804
...ps://pan.baidu.com/s/1o280tdiQ_auMzI05Z41UNg 视频路径 附件 : --> text_1.zip 2018-05-12 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 OneWay 赞同来自: 换最新的引擎试试,应该就没这...
来源: Laya_社区 发布时间: 20180512
...无法触发 现查明是和服务端有关系,服务端里判断是TEXT FRAME还是BINARY FRAME, LAYA发的判断为BINARY FRAME, 按照BINARY来就没问题了 2016-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20160810
...; //解析xml字符。 var xml = domParser.parseFromString(xmlString, "text/xml"); //设置 m_tree 的数据源。 m_tree.xml =xml; ``` #### 7. 在程序中运行查看效果。  (图) ### 1.5 Tree 组件常用属性  (...
来源: Laya2.0_文档 发布时间: 20210715
...f (_outHitInfo.distance !== -1) { str = _outHitInfo.sprite3D.name; } label.text = str; phasorSpriter3D.begin(Laya.WebGLContext.LINES, camera); //绘出射线 phasorSpriter3D.line(ray.origin, _color, _linePos, _color); //绘出MeshCollider检测出物体的3角面 for (var i = 0; i ; private _posiV3:...
来源: Laya_示例 发布时间: 20260303