大约有 390 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0049 秒)
Laya_社区(222) Laya2.0_文档(50) Laya_示例(42) Laya2.0_示例(40) Laya3.0_api(14) Laya3.0_文档(12) laya_api(6) Laya2.0_api(4)
...一下,最后回到原大小或原位置,应该用什么缓动模式 Text类中竟然没有pos函数的api~ 请问laya.net.Loader和laya.net.LoaderManager哪些函数支持网络资源加载,加载什么类型?哪些只支持本地资源加载 如何移位置 一个3d模型,怎么设置每...
来源: Laya_社区 发布时间: 20180105
... 很多方法 1、你可以获取你昵称的长度,图标的位置就是text.x+text.width 2、你也可以通过html富文本实现图片和文字同时显示,它会自动排版 3、你也可以借助hbox对其进行排版! 2017-09-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20170906
...是嵌入地图的html部分页面 <head> <script type="text/javascript" src="http://api.map.baidu.com/api%3 ... gt%3B <script type="text/javascript" src="http://developer.baidu.com/map ... gt%3B </head> <body> <div id="camera"> <video id="vid...
来源: Laya_社区 发布时间: 20161212
..._WIDTH = 4; var label = new Label(); label.font = "Microsoft YaHei"; label.text = "SAMPLE DEMO"; label.fontSize = 30; label.color = color; if (strokeColor) { label.stroke = STROKE_WIDTH; label.strokeColor = strokeColor; } Laya.stage.addChild(label); return label; } })();module laya { import Stage = ...
来源: Laya_示例 发布时间: 20251130
...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和...
来源: Laya2.0_api 发布时间: 20190513
...博 QZONE 微信 JiangRenJin 赞同来自: index.html中 <script type="text/javascript" src="libs/matter-RenderLaya.js"></script>注释掉就好了,遇到了同样的问题,感谢2D群中玉笛冰箫的解答. 2017-02-13 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...
来源: Laya_社区 发布时间: 20170120
...leY scene scrollRect seekable seeking skewX skewY source stage staticCache texture timer transform url videoHeight videoTexture videoWidth viewport visible volume width x y zOrder Methods _initialize _processActive _setX _setY addChild addChildAt addChildren addComponent addComponentInstance bubbleE...
来源: Laya3.0_api 发布时间: 20231115
...Label(); Laya.stage.addChild(label); label.font = "Microsoft YaHei"; label.text = "SAMPLE DEMO"; label.fontSize = 30; label.color = color; if (strokeColor) { label.stroke = STROKE_WIDTH; label.strokeColor = strokeColor; } return label; } } new UI_Label();module laya { import Stage = Laya.Stage; impo...
来源: Laya2.0_示例 发布时间: 20251130
...Chart = new Laya.Browser.window.echarts.init(div); var option = { title: { text: 'ECharts 入门示例' }, tooltip: {}, legend: { data:['销量'] }, xAxis: { data: ["衬衫","羊毛衫","雪纺衫","裤子","高跟鞋","袜子"] }, yAxis: {}, series: [{ name: '销量', type: 'bar', data: [5, 20, 36,...
来源: Laya_社区 发布时间: 20180707
...url: string, data?: any, method?: "get" | "post" | "head", responseType?: "text" | "json" | "xml" | "arraybuffer", headers?: string[]): void Defined in laya/net/HttpRequest.ts:46 发送 HTTP 请求。 Parameters url: string 请求的地址。大多数浏览器实施了一个同源安全策略,并...
来源: Laya3.0_api 发布时间: 20231115