大约有 2,837 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0089 秒)
Laya_社区(1676) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(83) Laya2.0_示例(16) Laya_示例(11)
... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 问题状态 最新活动: 2018-08-22 15:55 浏览: 1790 关注: 3 人 Yangcy • 2018-08-22 15:32 我还没...
来源: Laya_社区 发布时间: 20180616
...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 关于使用matterjs物理引擎鼠标问题 预设怎么在代码中使用 ...
来源: Laya_社区 发布时间: 20170615
...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...LabelAtlas,'laya.customUI.LabelAtlas',_super); var __proto=LabelAtlas.prototype; return LabelAtlas; })(Clip) xml如下: <?xml version="1.0" encoding="utf-8"?> <uiComp> <!-- drag:0-不能拖动,1-水平,2-垂直,3-全部 --> <LabelAtlas className="...
来源: Laya_社区 发布时间: 20170206
... trace("e "+e.target); switch (e.type) { case Event.MOUSE_DOWN: trace("press"); e.target.startDrag(); br...
来源: Laya_社区 发布时间: 20170517
... 2018-06-29 0 1 分享 微博 QZONE 微信 ayiui4566 赞同来自: <!DOCTYPE html> <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}...
来源: Laya_社区 发布时间: 20180629
...wScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Sprite }) public sprite1: Laya.Sprite; @property({ type: Laya.Sprite }) public sprite2: Laya.Sprite; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此...
来源: Laya3.0_文档 发布时间: 20251010
...10-13 11:26 解决了吗? qq408896436 • 2017-10-16 11:53 @Moeb:<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> html,body{overflow: hidden;} *{margin: 0; padding:...
来源: Laya_社区 发布时间: 20170928
...ow.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行上边这段代码呢?打开谷歌浏...
来源: Laya2.0_文档 发布时间: 20210714
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.HSlider)。 ## 2、通过LayaAirIDE创建HSlider组件 ### 1.1 创建HSlider 点击选择资源面板里的 HSlider 组件资源,拖放到页面编辑区,即可添加 HSlider 组件...
来源: Laya2.0_文档 发布时间: 20210715