大约有 2,837 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0094 秒)
Laya_社区(1676) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(83) Laya2.0_示例(16) Laya_示例(11)
...ateElement('script'); myScript.src = jspath; //指定脚本路径 myScript.type = "text/javascript"; //指定脚本类型 myScript.defer = defer;//true; //程序下载完后再解析和执行 theHead.appendChild(myScript); //把dom挂载到头部 }这是我使用的动态加载js的脚本。 func...
来源: Laya_社区 发布时间: 20180316
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VSlider)。 ## 2、通过LayaAirIDE创建VSlider组件 ### 1.1 创建VSlider 点击选择资源面板里的 VSlider 组件资源,拖放到页面编辑区,即可添加 VSlider 组件...
来源: Laya2.0_文档 发布时间: 20210715
...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 关于使用matterjs物理引擎鼠标问题 ios14系统下 blendMode='lighter' 图片异常 ...
来源: Laya_社区 发布时间: 20200810
... // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffff...
来源: Laya_社区 发布时间: 20180612
...集json信息(并创建图集内小图Texture)。 load(url:String, type:String = null, cache:Boolean = true):void 加载资源。 Laya.loader.load(AniConfPath, Handler.create(this, createAnimation), null, Loader.ATLAS); 这里的load只有三个参数,而事实上用到4个,不清楚...
来源: Laya_社区 发布时间: 20160712
...加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //实例UI界面 Laya.stage.bgColor="#353535"; sp1=createSprite(50,50);//创建方块1 sp2=createSprite(250,50);//创建方块2 sp3=c...
来源: Laya_社区 发布时间: 20161207
...erDataVector2 setShaderDataVector3 setShaderDefine Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... • 2017-05-19 14:55 @xbgzs2010:unity模型导入设置里面,Animation Type — Legacy xbgzs2010 • 2017-05-19 14:56 有动画了文件了。 183*****755 • 2017-05-23 00:46 如果有时间,可以仔细阅读下官方的3D示例!
来源: Laya_社区 发布时间: 20170518
...{ v.filters = null; v.mouseEnabled = true; } 报错日志: TypeError: f.action.setValue is not a function at TextureSV.__proto.setFilters (file:///E:/FS_Project/trunk/LAYA/PFX12/H5_SHZ/bin/libs/laya.core.js:22308:15) at TextureSV.__proto.setValue (file:///E:/FS_Project/trunk/LAYA/PFX...
来源: Laya_社区 发布时间: 20170103
...9:13.025 900-1145/? D/ConnectivityService: returning getNetworkInfo(networkType - 28) :[type: MOBILE_ENT1[] - MOBILE_ENT1, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false] 08-20 14:39:...
来源: Laya_社区 发布时间: 20180820