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

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

671. laya.ui.TextInput [ 87%]

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

672. laya.d3.resource.models.MorphTargetData_API3.0 [ 87%]

...mber Methods addMorphChannel addMorphChannel(channel: MorphTargetChannel): void Defined in laya/d3/resource/models/MorphTargetData.ts:49 Parameters channel: MorphTargetChannel Returns void clone clone(): MorphTargetData Defined in laya/d3/resource/models/MorphTargetData.ts:164 Returns MorphTargetDat...

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

673. laya.display.Node [ 87%]

...e 添加子节点到指定的索引位置。 Node  addChildren(... args):void 批量增加子节点 Node  clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node  contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 N...

来源: laya_api 发布时间: 20170929

674. 鼠标交互-滑动 [ 87%]

...showall"; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { this.createSprtie(); this.drawTrack(); } private createSprtie(): void { const w: number = 50; const h: number = 30; this.button = new Sprite(); this.button.graphics.drawRect(0, 0, w, h, "#FF7F50"); this.button.pivot(w ...

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

675. 学会编写d.ts声明文件(TypeScript-IDE篇(TS)-代码模式基础) [ 87%]

...tructor( options: Object ); addScene( title: string, initfunc: Function ): void; restartCurrentScene(): void; } } //多级模块 declare module laya.ani.bone { class EventData { name:string; intValue:number; floatValue:number; stringValue:string; audioValue:string; time:number; constructor(); } } //...

来源: Laya2.0_文档 发布时间: 20210715

676. laya.d3.resource.RenderTexture [ 87%]

...ifter:int = -1) 创建一个 RenderTarget 实例。 RenderTexture  end():void 结束绑定。 RenderTexture  getData(x:Number, y:Number, width:Number, height:Number):Uint8Array 获得像素数据。 RenderTexture  start():void 开始绑定。 RenderTextureProtected Methods  MethodDefined By ...

来源: laya_api 发布时间: 20170929

677. laya.net.Socket_API3.0 [ 87%]

...。 Returns boolean endian get endian(): string set endian(value: string): void Defined in laya/net/Socket.ts:98 主机字节序,是 CPU 存放数据的两种不同顺序,包括小端字节序和大端字节序。 LITTLE_ENDIAN :小端字节序,地址低位存储值的低位,地址高位...

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

678. laya.ui.ProgressBar [ 87%]

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

679. Socket连接不上(已解决) [ 87%]

...  }                  private function checkSocket(e:* = null):void{             txt.text = socket.connected ? "Now connect" : "Not conect";         }                  private function onSocketOpen(e:*=null):void         {             txt.text = ...

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

680. laya.d3.math.BoundSphere [ 87%]

... BoundSphere  clone():* 克隆。 BoundSphere  cloneTo(destObject:*):void 克隆。 BoundSphere  createfromPoints(points:Vector.<Vector3>, out:BoundSphere):void[static] 从顶点队列生成包围球。 BoundSphere  createFromSubPoints(points:Vector.<Vector3>, start:int, count:in...

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