• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0055 秒)

931. laya.d3.core.material.StandardMaterial [ 67%]

...terial  disableLight():void 禁用灯光。 StandardMaterial  load(url:String):StandardMaterial[static] 加载标准材质。 StandardMaterial  onAsynLoaded(url:String, data:*, params:Array):void[override] private StandardMaterial setShaderName(name:String):void 设置使用Shader名字。 Ba...

来源: laya_api 发布时间: 20170929

932. [LayaAir3]list.selectHandler [ 67%]

...是否selected执行实现了 学思无涯 • 2024-10-26 14:08 setVal(src:string,val:string,index:number,uiCtrl:MainUICtrl):void{ this.btn.stateNum=1; this.btn.labelAlign="center"; this.btn.labelVAlign="bottom"; this.btn.labelPadding="0,0,1,0"; this.btn.label=val; if(t...

来源: Laya_社区 发布时间: 20241014

933. 某些机型drawToCanv绘图颜色变深 [ 67%]

...; var canvas:* = htmlC.getCanvas();//获取原生的canvas对象 var base64String:String = canvas.toDataURL("image/png"); var _webframe:*; _webframe = Browser.document.createElement("img"); _webframe.setAttribute('src', base64String); //_webframe.setAttribute('frameborder', 0); _webframe.setAttribut...

来源: Laya_社区 发布时间: 20180103

934. unity 带出报错~ArgumentException: Invalid path [ 67%]

...th ArgumentException: Invalid path System.IO.Path.GetDirectoryName (System.String path) (at <599589bf4ce248909b8a14cbe4a2034e>:0) LayaExport.DataManager.saveLightMapFile (JSONObject customProps) (at <460acbcca8964c0cac25035c85643194>:0) LayaExport.DataManager.getSceneNode () (at <460a...

来源: Laya_社区 发布时间: 20190910

935. 动画-SWF动画 [ 67%]

...; import WebGL = Laya.WebGL; export class Animation_SWF { private SWFPath: string = "res/swf/dragon.swf"; private MCWidth: number = 318; private MCHeight: number = 406; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.a...

来源: Laya2.0_示例 发布时间: 20241126

936. WebSocket发送与接收数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 67%]

...据很简单,只需要调用socket的send函数即可,参数可以是String或者ArrayBuffer。 发送字符串格式 ```java this.socket.send("hello world");//这是发送字符串的形式。 ``` 发送二进制格式的数据 ```java this.byte.writeByte(1);//写入一个字节 this.byte.write...

来源: Laya2.0_文档 发布时间: 20210715

937. 版本管理swf找同名的Json文件发现找不到 [ 67%]

...     //初始化预加载数据         public m_initData(url:string,atlas:boolean,atlasPath?:string){             (atlas===void 0)&& (atlas=false);             this['_url']=url=Laya.URL.formatURL(url);             if(atlas)this['_atlasPath']=...

来源: Laya_社区 发布时间: 20180615

938. Animation 的createFrames 使用已经加载的图集缓存动画失败 [ 67%]

...有要求的,见以下代码片段(laya.net.Loader):var directory:String = (this._data.meta && this._data.meta.prefix) ? URL.basePath + this._data.meta.prefix : this._url.substring(0, this._url.lastIndexOf(".")) + "/"; var url:String = directory + name; loadedMap[url] = Texture.creat...

来源: Laya_社区 发布时间: 20160610

939. 关于资源版本号的问题咨询 [ 67%]

...为在ResourceManager的 public static function addVersionPrefix(originURL:String):String { if (manifest && manifest[originURL]) { if (type == FILENAME_VERSION) return manifest[originURL]; return manifest[originURL] + "/" + originURL; } return originURL; }方法中会对manifest进行匹配...

来源: Laya_社区 发布时间: 20180415

940. laya.d3.core.material.SkyBoxMaterial [ 67%]

... BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Handler):void[static] 加载材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods...

来源: Laya2.0_api 发布时间: 20190513