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

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

611. 区块地图-滚动地图 [ 88%]

...ndler)); } /** * 地图加载完成的回调 */ private completeHandler(): void { console.log("地图创建完成"); console.log("ClientW:" + Browser.clientWidth + " ClientH:" + Browser.clientHeight); Laya.stage.on(Laya.Event.RESIZE, this, this.resize); this.resize(); } //鼠标按下拖动地图 pr...

来源: Laya2.0_示例 发布时间: 20241119

612. laya.ui.ScaleBox [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

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

613. laya.d3.resource.models.SkyRenderer_API3.0 [ 88%]

...Accessors material get material(): Material set material(value: Material): void Defined in laya/d3/resource/models/SkyRenderer.ts:49 材质。 Returns Material Defined in laya/d3/resource/models/SkyRenderer.ts:53 材质。 Parameters value: Material Returns void mesh get mesh(): GeometryElement set ...

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

614. laya.ui.Clip [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, me...

来源: laya_api 发布时间: 20170929

615. laya.ui.Tab [ 88%]

...ic Methods Show Inherited Public Methods MethodDefined By _afterInited():voidUIGroup addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Cl...

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

616. laya.ui.HScrollBar [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, me...

来源: laya_api 发布时间: 20170929

617. laya.d3.graphics.FrustumCulling [ 88%]

...aseCamera, view:Matrix4x4, projection:Matrix4x4, projectionView:Matrix4x4):void[static] FrustumCulling  renderObjectCullingNoBoundFrustum(scene:BaseScene, camera:BaseCamera, view:Matrix4x4, projection:Matrix4x4, projectionView:Matrix4x4):void[static] FrustumCulling  renderObjectCullingOctree(bou...

来源: laya_api 发布时间: 20170422

618. laya.ui.Clip [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

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

619. laya.ui.Radio [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

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

620. laya.net.LoaderManager [ 88%]

...致不可预料的问题。 LoaderManager  cacheRes(url:String, data:*):void 缓存资源。 LoaderManager  cancelLoadByUrl(url:String):void 根据地址清理掉未加载的内容 LoaderManager  cancelLoadByUrls(urls:Array):void 根据地址集合清理掉未加载的内容 LoaderManager  c...

来源: laya_api 发布时间: 20170929