• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 841 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0061 秒)

621. laya.media.SoundNode [ 39%]

...节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Grap...

来源: laya_api 发布时间: 20170422

622. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 39%]

...一种是直接在List 内部拖放一个 滚动条,并设置滚动条的名字为 scrollBar,另一种方式是设置 List 的属性vScrollBarSkin、hScrollBarSkin 的值为滚动条的资源地址。 2. List 的列表渲染项既可以是 Box 对象,也可以是页面对象。 ## 二、通过...

来源: Laya2.0_文档 发布时间: 20210715

623. 怎么实现同一个工程内分包? [ 39%]

...JS文件,从而实现分包,layaFlashSplitJS_HomeModule这个目录的名字,开发者可以自行定义,这里的命名仅作参考。 2、在layaFlashSplitJS_HomeModule目录中,创建实际的分包目录,如果是已有项目,可以直接把要分包的目录copy过来。如图: ...

来源: Laya_社区 发布时间: 20151103

624. laya.display.Scene [ 39%]

...节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node getComponent(clas:*):* 获得组件实例,如果没有则返回为null Node getComponents(c...

来源: Laya2.0_api 发布时间: 20190513

625. laya.ui.FrameClip [ 38%]

...节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Grap...

来源: laya_api 发布时间: 20170422

626. laya.d3.core.trail.TrailMaterial [ 38%]

...材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _disposeResource():void[override] BaseMaterialPublic Constants Hide Inherited Public Constants Show I...

来源: Laya2.0_api 发布时间: 20190513

627. laya.d3.core.material.EffectMaterial [ 38%]

...材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _disposeResource():void[override] BaseMaterialPublic Constants Hide Inherited Public Constants Show I...

来源: Laya2.0_api 发布时间: 20190513

628. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 37%]

...材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _disposeResource():void[override] BaseMaterialPublic Constants Hide Inherited Public Constants Show I...

来源: Laya2.0_api 发布时间: 20190513

629. laya.map.TileAniSprite_API3.0 [ 37%]

... Node.getChildByName Defined in laya/display/Node.ts:299 根据子节点的名字,获取子节点对象。 Parameters name: string 子节点的名字。 Returns Node 节点对象。 getChildIndex getChildIndex(node: Node): number Inherited from Node.getChildIndex Defined in laya/display/Node.ts:29...

来源: Laya3.0_api 发布时间: 20231115

630. 像素线 · LayaAir3.0文档 · LAYABOX [ 37%]

...;/code> 实例。 * @param maxCount 最大线段数量。 * @param name 名字。 */ constructor(maxCount: number = 2, name: string = null) { super(name); this._render = this.addComponent(PixelLineRenderer); this._geometryFilter = (this._render as PixelLineRenderer)._pixelLineFilter; (this._rende...

来源: Laya3.0_文档 发布时间: 20240624