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

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

1431. 微信小游戏渲染开放域卡顿处理 [ 33%]

.../**          * 设置界面名称          */         public set viewName(value: string) {             this.$viewName = value;         }         /**          * 刷新开放域界面          * @param param 携带参数通知开放域          */        ...

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

1432. laya.ani.swf.MovieClip [ 33%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

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

1433. 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

1434. 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

1435. 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

1436. 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

1437. 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

1438. 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

1439. 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

1440. 微信小游戏加载资源问题 [ 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