大约有 267 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0059 秒)
...不会抛出异常。 Node replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int):Node 设置...
来源: Laya2.0_api 发布时间: 20190513
...Content.replace("private "+name + "(", "private " + name2s); //不能直接替换需要用正则,因为一个文件里面可能有多个类,可能存在多个同名方法 var regExp0 = new RegExp("private "+name + "\\(", 'gi'); phpContent = phpContent.replace(regExp0, "private " + name2s); var r...
来源: Laya_社区 发布时间: 20190613
... Node Inherited from Node.replaceChild Defined in laya/display/Node.ts:419 替换子节点。 将传入的新节点对象替换到已有子节点索引位置处。 Parameters newNode: Node 新节点。 oldNode: Node 老节点。 Returns Node 返回新节点。 resetProjectionMatrix resetProjectionMa...
来源: Laya3.0_api 发布时间: 20231115
...不会抛出异常。 Node replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node ResetProjectionMatrix():voidBaseCamera setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:B...
来源: laya_api 发布时间: 20170929
...不会抛出异常。 Node replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node ResetProjectionMatrix():voidBaseCamera setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore...
来源: laya_api 发布时间: 20170929
...不会抛出异常。 Node replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node ResetProjectionMatrix():voidBaseCamera setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:B...
来源: laya_api 发布时间: 20170929
..."); /** 一个二进制图片资源路径(本地或在线),请自行替换本地二进制图片路径, * 或从官网下载示例图片(路径:https://layaair.com/3.x/demo/resources/res/test.bin) */ const imageUrl = "resources/res/test.bin"; // 加载二进制图片文件 Laya.loader.fetch...
来源: Laya3.0_文档 发布时间: 20251010