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

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

661. List组件拖动浏览时item会出现重叠的现象 [ 47%]

...ata; } private onSelect(index: number): void { console.log("当前选择的索引:" + index); } } import Box = laya.ui.Box; import Image = laya.ui.Image; import Label = Laya.Label; export class ListDataSourceItem extends Box { public static WID: number = 200; public static HEI: number = 20; // pri...

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

662. laya.ui.LayoutBox_API3.0 [ 47%]

...from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/display/Node.ts:299 根...

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

663. laya.d3.core.MeshRenderer [ 47%]

...静态的一部分。 BaseRender lightmapIndex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照贴图的缩放和偏移。 BaseRender material : BaseMaterial 返回第一个实例材质,第一次使用会拷贝实例对象。 BaseRender materials : Vecto...

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

664. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1SkinTangent [ 46%]

...xPositionNormalTextureSkin 类用于创建位置、法线、纹理、骨骼索引、骨骼权重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalColorTexture0Texture1SkinTangent  blendWeight : Vector4[read-only] VertexPositionNormalColorT...

来源: laya_api 发布时间: 20170929

665. new Laya.Templet() 时,说这不是一个constructor [ 46%]

...;//30;//设置播放间隔30毫秒 this.aniFighter.index = 1;//当前播放索引 this.aniFighter.play();//播放图集动画 this.aniFighter.loop = false; //获取动画边界信息,设置锚点 var rectBounds:Rectangle = this.aniFighter.getGraphicBounds(); var rectBounds1:Rectangle = this.aniFig...

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

666. laya.ui.VBox_API3.0 [ 46%]

...from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/display/Node.ts:299 根...

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

667. laya.ui.HBox_API3.0 [ 46%]

...from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/display/Node.ts:299 根...

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

668. ComboBox属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 46%]

...的滚动条图像资源。 | | selectedIndex | 表示当前选择的项的索引。 | | sizeGrid | 下拉列表图像资源的有效缩放网格数据(九宫格数据)。 | | skin | 下拉列表图像资源。 | ### 1.3 ComboBox 组件下拉选项相关属性 ​ ![图片0.png](img/6.png) ​ ...

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

669. laya.d3.graphics.VertexPositionNormalTexture0Texture1SkinTangent [ 46%]

...xPositionNormalTextureSkin 类用于创建位置、法线、纹理、骨骼索引、骨骼权重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalTexture0Texture1SkinTangent  blendWeight : Vector4[read-only] VertexPositionNormalTexture0Tex...

来源: laya_api 发布时间: 20170929

670. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 46%]

...l.dataSource); }   function onSelect(index) { console.log("当前选择的索引:" + index); } })(); 2018-07-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: demo发上来看看吧 201...

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