大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0143 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
...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
...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
...e 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 N...
来源: laya_api 发布时间: 20170929
...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
...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
...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
...。 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
...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
... } private function checkSocket(e:* = null):void{ txt.text = socket.connected ? "Now connect" : "Not conect"; } private function onSocketOpen(e:*=null):void { txt.text = ...
来源: Laya_社区 发布时间: 20170209
... 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