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

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

421. laya.d3.core.render.BaseRender_API3.0 [ 63%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static method

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

422. laya.d3.core.light.DirectionLightCom_API3.0 [ 63%]

...Render onPreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Inherited property Inherited method Inherited accessor Enumeration Interface

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

423. laya.d3.core.render.command.MaterialInstancePropertyBlock_API3.0 [ 63%]

...Vector2Array setVector3Array setVectorArray Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property

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

424. 对象池 · LayaAir3.3 · 引擎文档 · LAYABOX [ 63%]

...的一个对象。 */ static getItemByCreateFun(sign: string, createFun: Function, caller: any = null): any { var pool: any[] = Pool.getPoolBySign(sign); var rst: any = pool.length ? pool.pop() : createFun.call(caller); rst[Pool.POOLSIGN] = false; return rst; } 基于上述的情况,如果对象...

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

425. laya.d3.core.material.PBRMaterial_API3.0 [ 62%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

426. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 62%]

...alue isLocal: boolean = false Returns void off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Overrides EventDispatcher.off Defined in laya/d3/RenderObjs/NativeOBJ/NativeTransform3D.ts:559 Parameters type: str...

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

427. laya.d3.core.light.AreaLightCom_API3.0 [ 62%]

...Render onPreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Inherited property Inherited method Inherited accessor Enumeration Interface

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

428. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 62%]

...ponent3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*):void 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点...

来源: laya_api 发布时间: 20170929

429. laya.d3.shader.Shader3D_API3.0 [ 62%]

...Names find getDefineByName propertyNameToID Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Static property Static method Enumeration Interface

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

430. Steam扩展实例 · LayaAir3.3 · 引擎文档 · LAYABOX [ 62%]

...p) { ... // 注册Steam初始化函数 jsvm_value fnInitSteam; jsvm_create_function(env, "initializeSteam", SIZE_MAX, jsInitializeSteam, nullptr, &fnInitSteam); jsvm_set_named_property(env, exp, "initializeSteam", fnInitSteam); } } 2.2 生成动态链接库 生成动态链接库与其使用的...

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