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

大约有 860 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0137 秒)

771. laya.ui.DialogManager_API3.0 [ 27%]

... 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

772. 组件装饰器说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 27%]

...布尔类型的运算结果。字符串表达式内,data是一个固定名字的变量,它是当前类型的所有已注册属性的数据集合。表达式内可以使用所有js语法,但不能引用引擎相关类型,也不能使用Laya等全局对象。 readonly readonly: "data.b" true...

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

773. laya.d3.core.material.ParticleMaterial [ 27%]

...e] private BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _addDisablePublicShaderDefine(value:int):void 增加禁用宏定义。 BaseMaterial _getBool(shader...

来源: laya_api 发布时间: 20170603

774. laya.ui.Button [ 27%]

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

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

775. laya.ui.TextInput [ 26%]

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

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

776. laya.ui.TextInput [ 26%]

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

来源: laya_api 发布时间: 20170929

777. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 26%]

...hurikenParticleMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _addDisablePublicShaderDefine(value:int):void 增加禁用宏定义。 BaseMaterial _addShaderDefin...

来源: laya_api 发布时间: 20170929

778. laya.display.AnimationBase_API3.0 [ 26%]

... 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

779. laya.device.media.Video_API3.0 [ 26%]

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

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

780. 【简单跑酷--JS版】---Lv.2 类之间的引用以及背景滚动实现 [ 26%]

...======   创建好目录结构 找到项目src目录 创建一个文件夹名字为runGame 分别创建RunGame.js 和 Background.js 将我们需要的素材放到项目目录下面bin -> res RunGame.js是我们游戏的入口类  //后面会提到具体的作用 Background,js 是我们的背景...

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