大约有 355 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0105 秒)
Laya_社区(107) Laya3.0_api(84) Laya2.0_api(77) laya_api(72) Laya3.0_文档(9) Laya_示例(3) Laya2.0_文档(2) Laya2.0_示例(1)
...hildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGr...
来源: Laya3.0_api 发布时间: 20231115
... Sprite3D cloneTo(destObject:*):void[override] 克隆。 MeshSprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理...
来源: laya_api 发布时间: 20170929
...功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理...
来源: Laya2.0_api 发布时间: 20190513
...功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node createFromMesh(mesh:Mesh, heightMapWidth:Number, heightMapHeight:Number, name:String = null):MeshTerrainSprite3D[static] 从网格创...
来源: Laya2.0_api 发布时间: 20190513
...。 Sprite3D cloneTo(destObject:*):void[override] 克隆。 MeshSprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node createFromMesh(mesh:Mesh, heightMapWidth:Number, heightMapHeight:Number, name:String = null):MeshTerrainSprite3D[static] 从网格创...
来源: laya_api 发布时间: 20170929
...nnel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i < frameCount; i++) { // Math.random() is in [0; 1.0] // audio needs to be in [-1.0; 1.0] nowBuffering[i] = Math.random() * 2 - 1; }...
来源: Laya2.0_文档 发布时间: 20210715
...l < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i < frameCount; i++) { // Math.random() is in [0; 1.0] // audio needs to be in [-1.0; 1.0] nowBuffering[i] = Math.random() * 2 - 1...
来源: Laya3.0_文档 发布时间: 20251010
...功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清...
来源: Laya2.0_api 发布时间: 20190513
...onent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds ...
来源: Laya3.0_api 发布时间: 20231115
...input'] = Laya.Browser.createElement("input")); Laya.Input['inputContainer'] = Laya.Browser.createElement("div"); Laya.Input['inputContainer'].style.position = "absolute"; Laya.Input['inputContainer'].style.zIndex = 1E5; Laya.Browser.container.appendChild(Laya.Input['in...
来源: Laya_社区 发布时间: 20200103