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

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

1311. laya.media.SoundNode_API3.0 [ 52%]

...from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是...

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

1312. laya.ui.UIComponent_API3.0 [ 52%]

...structor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns UIComponent Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: bool...

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

1313. 论坛的简单跑酷地板间距疑问 [ 52%]

...跑酷 关于动画模板 除了官网的介绍有没有什么比较好的 实例 或者demo的没有?感觉官网上的有点太简单。 "设计模式"导出的View出现“lose skin radio_1.png”错误。有简单的办法吗? 一个简单的bug请官方人自己测试一下_带示例代码 ...

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

1314. 滑动条组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 52%]

...于绑定滑动条的功能部件。注意:当滑动条节点是预制体实例的节点时,这些属性会隐藏。 H Bar 横向Bar精灵。横向Bar精灵。当进度改变时,将改变这个精灵的宽度。一般用于横向的滑动条。注意:一定要将bar精灵的宽度设置为...

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

1315. laya.map.GridSprite_API3.0 [ 52%]

...from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是...

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

1316. laya.ui.Component [ 52%]

...设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则根据宽高形成的区域进行碰撞。 Sprite hitTestPrior : Boolean = false 指定鼠标事件检测是优先...

来源: laya_api 发布时间: 20170929

1317. laya.d3.core.particleshuriken.module.shape.BaseShape_API3.0 [ 52%]

.../core/particleShuriKen/module/shape/BaseShape.ts:31 创建一个 BaseShape 实例。 Returns BaseShape Properties enable enable: boolean = true Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape.ts:26 是否启用。 randomDirection randomDirection: number = 0 Defined in laya/d3/core/pa...

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

1318. List设置滚动到指定位置之后,无法往回拖动 [ 51%]

... this.heropanel.addChild(this.herolist); //UI中直接添加的panel 已经实例化 this.heropanel.hScrollBarSkin = ""; let hasHeroArr:Array<any> MsgFactory.inst.heroMessasge.getTypeHeroList(HeroMessage.HERO_TYPE_ALL,2); this.herolist.repeatX = hasHeroArr.length; this.herolist.dataS...

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

1319. laya.ui.Widget_API3.0 [ 51%]

...or Defined in laya/components/Component.ts:44 创建一个新的 Component 实例。 Returns Widget Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._s...

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

1320. 分享:如何使用IDE创建的动画.ani文件进行显示! [ 51%]

...; function onAssetLoaded() { var ani=new Laya.Animation();//创建animation实例 ani.loadAnimation('Ani.ani');//加载IDE制作的动画 Laya.stage.addChild(ani);//显示动画 ani.play(0,true);//播放动画 } 附件 : --> JS_AniDemo.rar 2017-05-22 添加评论 免费帖 --> 分享 微博 QZONE ...

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