大约有 2,831 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1671) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
...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
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Stage),找到screenMode属性。如图1所示。  (图1) #### 1.1 默认值none或者不设置screenMode属性 默认值none或者不设置screenMode属性...
来源: Laya2.0_文档 发布时间: 20210715
...了。 1.首先在 index.html 文件中放置如下代码: <script type="text/javascript"> function convertCanvasToImage(canvas,callback,thisObj) { var image = new Image(); image.onload = function() { console.log("图片已经加载"); callback(image,thisObj) }; console.log("图片加载...
来源: Laya_社区 发布时间: 20170718
...个反射探针。  在LayaAir引擎中,反射探针的Type只支持`Baked`模式与`Custom`模式。另外,由于图片槽数对于小游戏来说非常的紧张,LayaAir引擎也没有做反射探针的blend(混合模式)支持,只是简单的simple模式和off模式。...
来源: Laya2.0_文档 发布时间: 20210715
...里面用的js都是cdn地址 复制到本地 就可以运行 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width=750, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <st...
来源: Laya_社区 发布时间: 20170427
...age from server:"+dataObj+"-----------"+dataObj.status); if(dataObj.messageType){ trace("Reveive message type"+dataObj.messageType); } if(dataObj!=null){ if(dataObj.status == "S" || (dataObj.body && dataObj.body.status == "S")){ var key:String=dataObj.messageType; var handler:IHandler=GetHan...
来源: Laya_社区 发布时间: 20170724
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Stage),找到screenMode属性。如图1所示。  (图1) #### 1.1 默认值none或者不设置screenMode属性 默认值none或者不设置screenMode属性...
来源: Laya2.0_文档 发布时间: 20210715