大约有 2,727 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0074 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, me...
来源: laya_api 发布时间: 20170929
...... Public Methods MethodDefined By addTreeNode(renderObj:BaseRender):voidITreeNode cullingObjects(boundFrustum:BoundFrustum, testVisible:Boolean, flags:int, cameraPosition:Vector3, projectionView:Matrix4x4):voidITreeNode cullingShadowObjects(lightBoundFrustum:Vector.<BoundFrustum>,...
来源: laya_api 发布时间: 20170929
... 创建一个 Command 实例。 Returns Command Methods recover recover(): void Defined in laya/d3/core/render/command/Command.ts:62 回收渲染指令 Returns void run run(): void Defined in laya/d3/core/render/command/Command.ts:55 运行渲染指令 Returns void setContext setContext(context: Ren...
来源: 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
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node advanceTime(passedTime:Number = 1):void 时钟前进 Particle2D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Bo...
来源: laya_api 发布时间: 20170929
... } private function onAddedToStageHandler(evt:Event):void { this.removeEventListener(Event.ADDED_TO_STAGE, onAddedToStageHandler); debug_txt = new TextField(); debug_txt.selectable = false; de...
来源: Laya_社区 发布时间: 20200217
...y Byte(data:* = null) 创建一个 Byte 类的实例。 Byte clear():void 清除字节数组的内容,并将 length 和 pos 属性重置为 0。调用此方法将释放 Byte 实例占用的内存。 Byte ensureWrite(lengthToEnsure:int):void 保证该字节流的可用长度不小于 lengt...
来源: laya_api 发布时间: 20170929
...E_SHOWALL; Laya.stage.bgColor = "#232628"; this.setup(); } private setup():void { this.createApe(); this.createTimerLine(); Laya.stage.on( Event.KEY_DOWN, this, this.keyDown); } private createApe():void { this.target = new Sprite(); this.target.loadImage("../../res/apes/monkey2.png"); Laya.stage.add...
来源: Laya_示例 发布时间: 20241118
...Inherited Public Methods MethodDefined By cacheRes(url:String, data:*):void[static] 缓存资源。 Loader clearRes(url:String):void[static] 清理指定资源地址的缓存。 Loader clearResByGroup(group:String):void[static] 根据分组清理资源。 Loader clearTextureRes(url:Stri...
来源: Laya2.0_api 发布时间: 20190513
...量。 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