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

大约有 2,842 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0076 秒)

271. laya.d3.core.glitter.Glitter [ 85%]

...ite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D  addGlitterByPositions(position0:Vector3, position1:Vector3):void 通过位置添加刀光。 Glitter  addGlitterByPositionsVelocitys(position0:Vector3, velocity0:V...

来源: laya_api 发布时间: 20170929

272. laya.d3.core.particle.Particle3D [ 85%]

...ite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D  addParticle(position:Vector3, velocity:Vector3):void 添加粒子。 Particle3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.cle...

来源: laya_api 发布时间: 20170603

273. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 85%]

...as a separate module (similar to 'ts.transpileModule'). */     /* Strict Type-Checking Options */     "strict": true,                           /* Enable all strict type-checking options. */     // "noImplicitAny": true,                 /* Raise error on expressions and ...

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

274. laya.resource.RenderTexture2D_API3.0 [ 85%]

...a/resource/RenderTexture2D.ts:229 结束绑定。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意...

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

275. laya.d3.physics.shape.HeightfieldTerrainShape_API3.0 [ 85%]

...PEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods clone cloneTo destroy setMargin updateLocalTransformations Constructors constructor new HeightfieldTerrainShape(heightfieldData: Uint16Array | Float32Array | Uint8Array, heightStickWidth: number, heightStickLengt...

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

276. laya.d3.resource.RenderTextureCube_API3.0 [ 85%]

...s:243 销毁资源,销毁后资源不能恢复。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意...

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

277. 关于TS环境下的第三方库导入的疑问 [ 85%]

...ot/libs下添加对应的ts文件,通过以下命令 npm install --save @types/autobahn 生成了对应的d.ts的模块(在node_modules)下 但是发现依旧不提示 希望大神能解答一下这么几个问题 1.第三方的js导入最合理的方式具体是什么,或者说应该放在...

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

278. laya.resource.NativeRenderTexture2D_API3.0 [ 85%]

...urce/NativeRenderTexture2D.ts:161 结束绑定。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意...

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

279. @prop 声明格式能否自定义? 太繁琐了 [ 85%]

@prop 声明格式能否自定义? 太繁琐了 /** * @prop {name:tips, type:Node} */ 这个声明prop的方式是否太繁杂了,很影响效率,像以下这么写行不行?有没有自定义的方法呢? @prop {name:pgs, type:Node} 还有type:Node, 既然代码定义都是public pgs: La...

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

280. laya.d3.core.particleShuriKen.ShurikenParticleRender [ 85%]

...erIndex:int, vector2:Vector2):void 设置二维向量。 BaseRender event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:Stri...

来源: laya_api 发布时间: 20170929