大约有 55 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0119 秒)
...renderTarget = new Laya.RenderTexture(256, 256, Laya.RenderTargetFormat.R8G8B8A8, Laya.RenderTargetFormat.DEPTHSTENCIL_24_8); // 再将离屏3D画到2D节点上,至此,就完成把3D画到2D的基础渲染流程 sp.texture = new Laya.Texture(_camera.renderTarget); 运行效果如本篇开始的...
来源: Laya3.0_文档 发布时间: 20251010
.../? E/WifiStateMachine: ConnectedState !CMD_RSSI_POLL 69 0 "wepiao" 00:f2:8b:07:20:20 rssi=-63 f=2462 sc=60 link=72 tx=41.0, 0.0, 0.0 rx=42.4 bcn=0 [on:0 tx:0 rx:0 period:151] from screen [on:0 period:-1963447437] gl u24 rssi=-63 ag=0 hr ticks 2,15,198 ls-=0 [56,56,60,60,65] brc=0 lrc=0 06-09 11:...
来源: Laya_社区 发布时间: 20170609
...8A8E-7515308079E6/data/Containers/Data/Application/70B6C304-E803-4AE3-9A7E-8B3148707FE1/Library/Caches//appCache/ 2019-06-18 13:34:09.286753+0800 test1[6479:65523] found the file in the package:assetsid.txt 2019-06-18 13:34:09.287680+0800 test1[6479:65523] read index:/Users/tinsoldier/Library/Dev...
来源: Laya_社区 发布时间: 20190618
...tack: (0x19ef68f20 0x196e172b8 0x19f072480 0x19ef05fb4 0x19ef058d0 0x10297b8b4 0x102815fe0 0x1028b6280 0x1028b61f8 0x1028b600c 0x102b26978 0x10359a6c4 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x10365607c 0x103598cec 0x10359698c 0x103...
来源: Laya_社区 发布时间: 20251218
...度。 Default value format: RenderTextureFormat = RenderTextureFormat.R8G8B8 纹理格式。 Default value depthStencilFormat: RenderTextureDepthFormat = RenderTextureDepthFormat.DEPTH_16 深度格式。 Default value mulSampler: number = 1 多重采样点个数。 Default value mipmap: boolean = f...
来源: Laya3.0_api 发布时间: 20231102
...扩边尺寸(防止纹理采样渗透) textureFormat RenderTargetFormat R8G8B8A8 纹理格式 immediately boolean false 是否立即执行合并(true则同步,false则延迟到下一帧) autoExtend boolean true 空间不足时是否自动扩展大纹理数量 checkDuplicate boolean true 是否检查...
来源: Laya3.0_文档 发布时间: 20260131
...CDBC90CDCD50C92CAC30914BD450FE20F757A039D450C92CACB0F067AE00F967AE337070D558B983ADE300000058B983AD88C783AD50C92CACAC9F57D43100000000F967AE2793E7D4ACF067AE01000000FC3EC6D4FC3EC6D49461C7D4B821C6D4B061C7D4FFFF030001000000F491CDCD50C92CAC70DC7EACACF067AE0000000031000000E0B547AC0000000001000000F8DE47AC01...
来源: Laya_社区 发布时间: 20180814
...高度。 Default value format: RenderTargetFormat = RenderTargetFormat.R8G8B8 纹理格式。 Default value depthStencilFormat: RenderTargetFormat = RenderTargetFormat.None 深度格式。 创建一个 RenderTexture 实例。 Returns RenderTexture2D Properties _id _id: number = 0 Inherited from Res...
来源: Laya3.0_api 发布时间: 20231115
...ght: number 高度。 Default value format: number = RenderTargetFormat.R8G8B8 纹理格式。 Default value depthStencilFormat: number = RenderTargetFormat.DEPTH_16 深度格式。 创建一个 RenderTexture 实例。 Default value create: boolean = true Returns NativeRenderTexture2D Properties _id...
来源: Laya3.0_api 发布时间: 20231115
...t = Laya.RenderTexture.createFromPool(512, 512, Laya.RenderTargetFormat.R8G8B8A8, Laya.RenderTargetFormat.DEPTH_16, false, 1); //渲染顺序 this.renderTargetCamera.renderingOrder = -1; //清除标记 this.renderTargetCamera.clearFlag = Laya.CameraClearFlags.Sky; //创建一个UnlitMaterial材质 v...
来源: Laya3.0_文档 发布时间: 20251010