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

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

1431. laya.d3.core.render.ScreenTriangle_API3.0 [ 33%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new ScreenTriangle(): ScreenTriangle Overrides Resource.__cons...

来源: Laya3.0_api 发布时间: 20231102

1432. laya.resource.TextResource_API3.0 [ 32%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new TextResource(data: any, format: TextResourceFormat): TextR...

来源: Laya3.0_api 发布时间: 20231115

1433. laya.d3.terrain.Terrain [ 32%]

...过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node  setLightmapIndex(value:int):voidTerrain  setLightmapScaleOffset(value:Vector4):voidTerrain timerLoop(delay:int, caller:*, method:Function, ...

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

1434. laya.net.Socket [ 32%]

...ntation     public function get endian():String    public function set endian(value:String):voidinputproperty input:*  [read-only] 缓存的服务端发来的数据。 Implementation     public function get input():*outputproperty output:*  [read-only] 表示需要发送至服务...

来源: laya_api 发布时间: 20170929

1435. laya.net.Socket [ 32%]

...ntation     public function get endian():String    public function set endian(value:String):voidinputproperty input:*  [read-only] 缓存的服务端发来的数据。 Implementation     public function get input():*outputproperty output:*  [read-only] 表示需要发送至服务...

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

1436. laya.components.AnimatorController2D_API3.0 [ 32%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new AnimatorController2D(data: any): AnimatorController2D Over...

来源: Laya3.0_api 发布时间: 20231115

1437. ShaderPass介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 32%]

...er(); //加载网格 Laya.Mesh.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", Laya.Handler.create(this, function(mesh) { var layaMonkey = scene.addChild(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey...

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

1438. 微信小游戏加载资源问题 [ 32%]

...ch (error) { callBack != null && callBack.runWith([1]); } } static setNativeFileDir(value) { MiniFileMgr.fileNativeDir = MiniAdpter.window.wx.env.USER_DATA_PATH + value; } static isUserPath(url){ return url.indexOf(MiniAdpter.window.wx.env.USER_DATA_PATH) != -1; } static isHttpPath(url){ ret...

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

1439. laya.resource.AtlasResource_API3.0 [ 32%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new AtlasResource(dir: string, textures: Array<Texture>,...

来源: Laya3.0_api 发布时间: 20231115

1440. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 32%]

...s: [ typescript({ tsconfig:workSpaceDir + "/tsconfig.json", check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }), glsl({ // By default, everything gets included include: /.*(.glsl|.vs|.fs)$/, sourc...

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