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

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

551. 创建动画时画布的width和height与 实例化后的ani.size(width, height) 有什么区别 [ 48%]

...放间隔(单位:毫秒) this.aniBirdSing.index = 0; // 当前播放索引 this.aniBirdSing.zOrder = 1; this.aniBirdSing.play(); this.aniBirdSing.pivot(0, 120); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); t...

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

552. laya.ui.LayoutBox_API3.0 [ 48%]

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

553. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Skin [ 48%]

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

来源: laya_api 发布时间: 20170929

554. laya.d3.core.trail.TrailRenderer [ 48%]

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

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

555. laya.ui.VBox_API3.0 [ 48%]

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

556. laya.ui.HBox_API3.0 [ 48%]

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

557. laya.d3.core.render.BaseRender_API3.0 [ 48%]

...ber): void Defined in laya/d3/core/render/BaseRender.ts:252 光照贴图的索引。 Returns number Defined in laya/d3/core/render/BaseRender.ts:256 光照贴图的索引。 Parameters value: number Returns void lightmapScaleOffset get lightmapScaleOffset(): Vector4 set lightmapScaleOffset(value: Ve...

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

558. laya.d3.graphics.VertexPositionNormalTexture0Texture1Skin [ 48%]

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

来源: laya_api 发布时间: 20170929

559. 分享,扩展Laya.Text组件实现简单的富文本 [ 48%]

..., y, this.underColor || this.color, 1); } /** * 取出关键字即所在的索引 * @param _text */ private parseType(_text: string) { let text = _text.replace(/(\\r\\n)|(\\n)/g, "") let typeKey = text.match(/{.+?}/); if (!typeKey) return _text; let ketStr = typeKey[0]; while (ketStr) { let typeInde...

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

560. ComboBox属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 47%]

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

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