大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...影。 BaseRender enable : Boolean 获取是否可用。 BaseRender id : int[read-only] 获取唯一标识ID,通常用于识别。 BaseRender isPartOfStaticBatch : Boolean[read-only] 是否是静态的一部分。 BaseRender lightmapIndex : int 获取光照贴图的索引。 BaseRender lightmap...
来源: Laya2.0_api 发布时间: 20190513
...createBlurFilter(); } /**创建位图方法**/ public function createImg(w:int,h:int):Sprite { var img:Sprite=new Sprite(); Laya.stage.addChild(img); img.loadImage("comp/image.png",w,h); return img; } /**创建红色滤镜位图方法**/ public function createRedFilter():void {...
来源: Laya_社区 发布时间: 20170811
...言、LayaAirIDE让项目开发更高效。const ROTATE = "rotate"; class Interaction_CustomEvent { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth,...
来源: Laya2.0_示例 发布时间: 20241125
...69725a1abf>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformindex, System.String lastname) (at <52f9fa4ca1c34de5ac5f2d69725a1abf>:0) LayaAir3D.ExportResources () (at <52f9fa4ca1c34de5ac5f2d69725a1abf>:0) LayaAir3D.OnGUI () (at <52f9fa4ca1c34de5ac5f2d69725a...
来源: Laya_社区 发布时间: 20200114
...logger.valign = 'middle'; Laya.stage.addChild(this.logger); } } } new laya.Interaction_Keyboard();package { import laya.display.Stage; import laya.display.Text; import laya.events.Event; import laya.utils.Browser; import laya.webgl.WebGL; public class Interaction_Keyboard { private var logger:Text; ...
来源: Laya_示例 发布时间: 20241125
...e */ public function add(element:ISingletonElement):void { try { var index:int = element._getIndexInList(); if (index !== -1) throw "SimpleSingletonList:"+element+" has in SingletonList."; _add(element); element._setIndexInList(length++); } catch(err) { console.log("多点...
来源: Laya_社区 发布时间: 20190618
...建立连接; this.byte.writeByte(1);//写入一个字节 this.byte.writeInt16(20);//写入一个int16的数据 this.byte.writeFloat32(20.5);//写入一个32位的浮点数据 this.byte.writeUTFString("hello");// 写入一个字符串 var by:Laya.Byte = new Laya.Byte();//这里声明一个临时By...
来源: Laya_社区 发布时间: 20171129
....getRes("res/LayaScene_Fire/Fire.lh"); 先查到节点 for(var i:int = 0;i<ani._avatarNodes.length;i++) { if(AnimationNode(ani._avatarNodes[i]).name == "weaponEffect") { animationNodeTemp = ani._avatarNodes[i]; break; } } 然后通过loop来设置 effectTemp.transform.worldMat...
来源: Laya_社区 发布时间: 20170821
...dioContext || Browser.window.webkitAudioContext)(); // Stereo var channels:int = 2; // Create an empty two-second stereo buffer at the // sample rate of the AudioContext var frameCount:int = audioCtx.sampleRate * 2.0; var myArrayBuffer:Object = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRat...
来源: Laya2.0_文档 发布时间: 20210715
... 0x1c1b38f5c ; std::__1::function<void (unsigned int, bool*)>::operator()(unsigned int, bool*) const 附件 : --> shell.zip 2024-01-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Re...
来源: Laya_社区 发布时间: 20240124