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

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

541. 引擎中的修改意见 [ 89%]

...语言包的使用形同虚设: public function set text(value:String):void { if (this._text !== value) { var a:Array = (value + "").split("|"); var p:Array; if(a.length > 1){ p = a.slice(1); lang(a[0],p); }else if(a.length == 1){ lang(a[0]); }else { lang(""); } isChanged = true; event(Event.CH...

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

542. laya.ui.Component [ 89%]

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

来源: laya_api 发布时间: 20170929

543. laya.d3.depthmap.DepthPass_API3.0 [ 89%]

...hods render render(context: RenderContext3D, depthType: DepthTextureMode): void Defined in laya/d3/depthMap/DepthPass.ts:130 渲染深度帧缓存 Parameters context: RenderContext3D depthType: DepthTextureMode Returns void update update(camera: Camera, depthType: DepthTextureMode, depthTextureForma...

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

544. laya.ui.View [ 89%]

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

来源: laya_api 发布时间: 20170929

545. 网络和格式-POST [ 89%]

...Color = "#232628"; this.connect(); this.showLogger(); } private connect(): void { this.hr = new HttpRequest(); this.hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Event.ERROR, this, this.onHttpRequestError); thi...

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

546. laya.ani.swf.MovieClip [ 89%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node  addLabel(label:String, index:int):void 增加一个标签到index帧上,播放到此index后会派发label事件 MovieClip clearTimer(caller:*, method:Function):void 清理定时器。功...

来源: laya_api 发布时间: 20170929

547. 网络和格式-GET [ 89%]

...Color = "#232628"; this.connect(); this.showLogger(); } private connect(): void { this.hr = new HttpRequest(); this.hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Event.ERROR, this, this.onHttpRequestError); thi...

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

548. laya.utils.Mouse_API3.0 [ 89%]

...ccessors Static cursor get cursor(): string set cursor(cursorStr: string): void Defined in laya/utils/Mouse.ts:25 设置鼠标样式 Returns string Defined in laya/utils/Mouse.ts:21 设置鼠标样式 Parameters cursorStr: string 例如auto move no-drop col-resize all-scroll pointer not-allowed row-...

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

549. laya.d3.resource.TextureGenerator [ 89%]

...e2D(texture:Texture2D, textureWidth:int, textureHeight:int, func:Function):void[static] TextureGenerator  haloTexture(x:int, y:int, maxX:int, maxY:int, index:int, data:Uint8Array):void[static] TextureGenerator  lightAttenTexture(x:int, y:int, maxX:int, maxY:int, index:int, data:Uint8Array):void[...

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

550. laya.display.FrameAnimation [ 89%]

...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