大约有 377 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0065 秒)
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode buildRenderElementAndMaterial(detailNum:int, no...
来源: Laya2.0_api 发布时间: 20190513
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):voi...
来源: Laya2.0_api 发布时间: 20190513
...子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Spri...
来源: laya_api 发布时间: 20170929
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode addLine(startPosition:Vector3, endPosition:Vect...
来源: Laya2.0_api 发布时间: 20190513
...derManager" LoaderManager Class LoaderManager LoaderManager 类用于用于批量加载资源。此类是单例,不要手动实例化此类,请通过Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个加载失败,会派发 Event.ERROR ...
来源: Laya3.0_api 发布时间: 20231102
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):voi...
来源: Laya2.0_api 发布时间: 20190513
...子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Spri...
来源: laya_api 发布时间: 20170929
...定并行粒度 面向数据而非图形:适合任何“可并行、可批量”的计算问题 从能力边界上看,它更接近 CUDA / OpenCL 的轻量版本,只是运行在 WebGPU 的安全沙箱中。 仅 WebGPU 模式上可用,WebGL 不支持 1.2 计算着色器的核心作用 计算...
来源: Laya3.0_文档 发布时间: 20260131
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode addLayer(layer:int):void 增加可视图层,lay...
来源: Laya2.0_api 发布时间: 20190513
...分配、维护和复用材质相关的 uniform 内存块,实现高效的批量上传与绑定。 需要注意的是,使用 UBO 可能会带来一定的额外显存占用,因此在显存资源紧张或对内存占用较为敏感的场景中,可根据实际情况选择是否启用。对于不...
来源: Laya3.0_文档 发布时间: 20251231