大约有 253 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(169) Laya3.0_api(33) laya_api(17) Laya2.0_文档(13) Laya3.0_文档(10) Laya2.0_api(5) Laya2.0_示例(3) Laya_示例(3)
...0, 600); // Laya.loader.load([{"url":"res/swf/star.swf","type":Laya.Loader.BUFFER}],Laya.Handler.create(this,this.onloadswf)); let loader:Laya.Loader = new Laya.Loader(); let context:Laya.Context = new Laya.Context(); } private onloadswf():void { // console.log("ssss"); // let mc:Lay...
来源: Laya_社区 发布时间: 20180203
...行销毁 π大星 • 2022-10-10 17:45 @Laya_Fred: Config.preserveDrawingBuffer = true 开启这个渲染缓冲区 能破万.M的gpu和cpu 就很离谱 Laya_Fred • 2022-10-10 19:19 @π大星:是由于开启了渲染缓冲区导致的吗,这个设置一般用来在设置帧率模式为mouse或sl...
来源: Laya_社区 发布时间: 20221010
... Methods _addShaderInstance _clearShaderInstance _destroy _render addUpdateBuffer clear drawGeometry getUpdateData Constructors constructor new InstanceRenderElementOBJ(): InstanceRenderElementOBJ Overrides RenderElementOBJ.constructor Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ...
来源: Laya3.0_api 发布时间: 20231115
...ABLY WEBM drawtocanvCtx Accessors active activeInHierarchy alpha blendMode buffered cacheAs components currentSrc currentTime customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize duration ended error filters globalRotation globalScaleX globalScaleY graphics heigh...
来源: Laya3.0_api 发布时间: 20231102
...s", "node_modules/@types/node/async_hooks.d.ts", "node_modules/@types/node/buffer.d.ts", "node_modules/@types/node/child_process.d.ts", "node_modules/@types/node/cluster.d.ts", "node_modules/@types/node/console.d.ts", "node_modules/@types/node/constants.d.ts", "node_modules/@types/node/crypto.d.ts",...
来源: Laya_社区 发布时间: 20190227
... @param opttimeout 超时时间, * 注意如果成功了不会返回ArrayBuffer,不要使用这个参数。因为可能太大。 */ declare var downloadBigFile:(url:string, local:string, onprog:(total:number,now:number,speed:number)=>boolean,oncomp:(curlret:number, httpret:number)=>void, t...
来源: Laya3.0_文档 发布时间: 20241024
...ar byte:Byte = new Byte(); byte.writeUTFString(msg); this.socket.send(byte.buffer); } } private function openHandler(event:Object = null):void { //正确建立连接; trace("openHandler.."); } private function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 trace("receiveHa...
来源: Laya_社区 发布时间: 20180202
...Air2.11beta版本开始,新增了一个重磅功能。那就是在CommandBuffer中增加了渲染指令drawMeshInstance,还有增加了DrawMeshInstancedCMD渲染命令类。本文就是针对新功能的使用,结合官网示例进行介绍说明。 > **提示**: > > 1、本文中涉及的...
来源: Laya2.0_文档 发布时间: 20210714
...htSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode buffered cacheAs components currentSrc currentTime customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize duration ended error filters globalRotation globalScaleX globalScaleY graphics heigh...
来源: Laya3.0_api 发布时间: 20231115
...种形式,就避免了运行时报错。 {url:"ui/Clown.sk", type:Loader.BUFFER}, 但,调用play播放指定动画时,还是说_template为null, 除非先等上若干帧再调用,才正常。 问题是,拖到ui设计器里的元素,如何在生成ui时判断这个组件是否已经准...
来源: Laya_社区 发布时间: 20180622