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

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

601. laya.d3.renderobjs.renderobj.CullPassBase_API3.0 [ 88%]

...Info(cameraCullInfo: ICameraCullInfo, renderManager: ISceneRenderManager): void Implementation of ICullPass.cullByCameraCullInfo Defined in laya/d3/RenderObjs/RenderObj/CullPass.ts:42 Parameters cameraCullInfo: ICameraCullInfo renderManager: ISceneRenderManager Returns void cullByShadowCullInfo cull...

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

602. laya.ui.VScrollBar [ 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

603. laya.ui.Tree [ 88%]

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

来源: laya_api 发布时间: 20170929

604. laya.display.AnimationBase [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode  addLabel(label:String, index:int):void ...

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

605. laya.ui.UIComponent [ 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

606. laya.ui.ScrollBar [ 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

607. laya.ui.HSlider [ 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

608. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 88%]

...量。 Returns number Methods _setIndexData _setIndexData(data: number): void _setIndexData(data: Uint32Array | Uint16Array | Uint8Array, bufferOffset: number): void Inherited from IndexBuffer._setIndexData Defined in laya/RenderEngine/IndexBuffer.ts:18 Parameters data: number Returns void Inherited...

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

609. laya.ui.TextArea [ 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

610. UI-Clip [ 88%]

..., Laya.Handler.create(this, this.onSkinLoaded)); } private onSkinLoaded(): void { this.showBg(); this.createTimerAnimation(); this.showTotalSeconds(); this.createController(); } private showBg(): void { var bg: Image = new Image(this.bgSkin); bg.size(224, 302); bg.pos(Laya.stage.width - bg.width >> ...

来源: Laya_示例 发布时间: 20241119