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

大约有 2,906 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0074 秒)

291. laya.d3.core.RenderableSprite3D [ 85%]

...ite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*):void 克隆...

来源: laya_api 发布时间: 20170929

292. laya.d3.physicscannon.shape.CannonCompoundColliderShape_API3.0 [ 85%]

...PEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods _setScale addChildShape bindRigidBody clone cloneTo destroy getChildShapeCount removeChildShape updateLocalTransformations Constructors constructor new CannonCompoundColliderShape(): CannonCompoundColliderShape O...

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

293. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 85%]

...refab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” 我从unity工程导出prefab到layaair中使用,根据文档中的介绍,使用如下代码加载prefab资源,             Laya.Sprite3D.load("res/prefabs/Conventional/SampleScene.lh", Laya.Handler...

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

294. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 85%]

为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null   附件 : --> 2017-12-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 melody0529 赞同来自: (function(){ var Stage=Laya.Stage;...

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

295. laya.d3.physics.shape.CompoundColliderShape_API3.0 [ 85%]

...TATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation shapes type Methods addChildShape clearChildShape clone cloneTo destroy getChildShapeCount removeChildShape updateLocalTransformations Constructors constructor new CompoundColliderShape(): CompoundColliderShape Overrides ColliderSha...

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

296. IOs使用手动删除本地资源再次进去加载问题 [ 85%]

... function beginLoad(){ var res_array = [ {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS}, {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png", type : Laya.Loader.IMAGE}, {url : "loading/progress$bar.png", type : Laya.Loader.IMAGE}, ] Laya.loader.load...

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

297. 自定义3D Shader · LayaAir3.3 · 引擎文档 · LAYABOX [ 85%]

...名字,实际为Shader3D对象的名称 name: ShaderName } Shader3D End type Shader类型 目前LayaAir仅支持Shader3D类型,考虑后续支持Compute Shader等高级Shader类型 Shader3D Start { type:Shader3D } Shader3D End 3.uniformMap Uniform是一种从CPU中的应用向GPU中的着色器...

来源: Laya3.0_文档 发布时间: 20251010

298. laya.d3.core.particleshuriken.module.FrameOverTime_API3.0 [ 85%]

...ax constantMin frameOverTimeData frameOverTimeDataMax frameOverTimeDataMin type Methods clone cloneTo createByConstant createByOverTime createByRandomTwoConstant createByRandomTwoOverTime Constructors constructor new FrameOverTime(): FrameOverTime Defined in laya/d3/core/particleShuriKen/module/Fram...

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

299. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 85%]

...ENTATION_UPZ Accessors height localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CylinderColliderShape(radius?: number, height?: number, orientation?: number): CylinderColliderShape Overrides ColliderShape.construct...

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

300. 关于网络监听(TypeScript-LayaNative原生服务-LayaNative基础文档) [ 85%]

...码如下 ```javascript if( conch ) { conch.setNetworkEvtFunction(function(type) { alert(type) }); } ``` AS代码如下: ```javascript if ( Render.isConchApp) { Browser.window["conch"].setNetworkEvtFunction(function(type):void { alert(type) }); } ``` **返回值类为int类型** ``` NET_NO = 0; NE...

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