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

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

51. 静态protobuf [ 53%]

...己定义非静态方法供js调用 发现静态物件使用Laya.Sprite3D.instantiate方法复制出来的渲染批处理反复增加不会合批,这个怎么办? js怎么主动调用AS定义的静态变量? laya的pbr材质 静态灯光烘焙后 导出 就是全黑 问题状态 最新活动: ...

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

52. laya.d3.core.light.PointLight_API3.0 [ 53%]

...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new PointLight(): PointLight Overrides LightSprite.constructor Defined in laya/d3/core/light/PointLight.ts:24 创建一个 PointLight 实例。 Returns PointLight Properties Optional ...

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

53. laya.d3.core.Sprite3D [ 52%]

...是否为特定事件类型注册了任何侦听器。 EventDispatcher  instantiate(original:Sprite3D, parent:Node = null, worldPositionStays:Boolean = true, position:Vector3 = null, rotation:Quaternion = null):Sprite3D[static] 创建精灵的克隆实例。 Sprite3D isMouseEvent(type:String):Boo...

来源: laya_api 发布时间: 20170929

54. laya.d3.core.BaseCamera_API3.0 [ 52%]

...etProjectionMatrix runCallLater setChildIndex timerLoop timerOnce __init__ instantiate load Constructors constructor new BaseCamera(nearPlane?: number, farPlane?: number): BaseCamera Overrides Sprite3D.constructor Defined in laya/d3/core/BaseCamera.ts:307 创建一个 BaseCamera 实例。 Parameters...

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

55. laya.d3.core.light.SpotLight_API3.0 [ 52%]

...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new SpotLight(): SpotLight Overrides LightSprite.constructor Defined in laya/d3/core/light/SpotLight.ts:34 创建一个 SpotLight 实例。 Returns SpotLight Properties Optional _extr...

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

56. laya.d3.core.RenderableSprite3D_API3.0 [ 52%]

...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new RenderableSprite3D(name: string): RenderableSprite3D Overrides Sprite3D.constructor Defined in laya/d3/core/RenderableSprite3D.ts:225 deprecated 创建一个 RenderableSprite3D ...

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

57. laya.d3.core.light.DirectionLight_API3.0 [ 52%]

...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new DirectionLight(): DirectionLight Overrides LightSprite.constructor Defined in laya/d3/core/light/DirectionLight.ts:50 创建一个 DirectionLight 实例。 Returns DirectionLight ...

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

58. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 51%]

...etChildIndex timerLoop timerOnce createFromMesh createFromMeshAndHeightMap instantiate load Constructors constructor new MeshTerrainSprite3D(mesh: Mesh, heightMap: HeightMap, name?: string): MeshTerrainSprite3D Overrides MeshSprite3D.constructor Defined in laya/d3/core/MeshTerrainSprite3D.ts:84 创...

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

59. laya.d3.core.Sprite3D_API3.0 [ 51%]

...ren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new Sprite3D(name?: string, isStatic?: boolean): Sprite3D Overrides Node.constructor Defined in laya/d3/core/Sprite3D.ts:142 创建一个 Sprite3D 实例。 Parameters Default value n...

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

60. 添加继承自Laya.Sprite3D脚本的节点移除时调用了两次onDisable [ 51%]

...导入。我自定义了一个继承自Laya.Sprite3D。使用Laya.Sprite3D.instantiate实例化,并addComponent自定义的类;添加到场景中,再移除;移除时发现脚本的onDisable调用了两次。断点调试后发现如下图的代码:首先在1的方法中调用_inActiveHierac...

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