大约有 766 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0047 秒)
Laya3.0_api(274) Laya_社区(185) laya_api(104) Laya2.0_api(97) Laya2.0_文档(63) Laya3.0_文档(33) Laya2.0_示例(6) Laya_示例(4)
...是图形的话,可以将其等份切割成一个个独立的单元,按索引处理。 演示一下sheet属性的使用方法,如图1-4所示,sheet值按照位图内容填上对应图1-2所示的15个字符。其中”羊“字和”猴“字中间分段了,所以要在这两个字中间...
来源: Laya3.0_文档 发布时间: 20251010
...ce); } private onSelect(index: number): void { console.log("当前选择的索引:" + index); } } import Box = Laya.Box; import Image = Laya.Image; class Item extends Box { public static WID: number = 373; public static HEI: number = 85; private img: Image; constructor(){ super(); this.size(Item.W...
来源: Laya2.0_文档 发布时间: 20210715
...htmapIndex Defined in laya/d3/core/render/BaseRender.ts:252 光照贴图的索引。 Returns number Inherited from PixelLineRenderer.lightmapIndex Defined in laya/d3/core/render/BaseRender.ts:256 光照贴图的索引。 Parameters value: number Returns void lightmapScaleOffset get lightmapScaleOffs...
来源: Laya3.0_api 发布时间: 20231115
...htmapIndex Defined in laya/d3/core/render/BaseRender.ts:252 光照贴图的索引。 Returns number Inherited from PixelLineRenderer.lightmapIndex Defined in laya/d3/core/render/BaseRender.ts:256 光照贴图的索引。 Parameters value: number Returns void lightmapScaleOffset get lightmapScaleOffs...
来源: Laya3.0_api 发布时间: 20231115
...lect(index: number): void { console.log("当前选择的索引:" + index); console.log("目的是哪一关" + this.box_arr[index]); //被点击的节点 this.guaqia = this.box_arr[index]; let ge = new Game...
来源: Laya_社区 发布时间: 20210122
...htmapIndex Defined in laya/d3/core/render/BaseRender.ts:252 光照贴图的索引。 Returns number Inherited from PixelLineRenderer.lightmapIndex Defined in laya/d3/core/render/BaseRender.ts:256 光照贴图的索引。 Parameters value: number Returns void lightmapScaleOffset get lightmapScaleOffs...
来源: Laya3.0_api 发布时间: 20231115
.../display/Text.ts:128 语言包,是一个包含key:value的集合,用key索引,替换为目标value语言 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._isHeightSet Defined in laya/display/Sprite.ts:538 Returns boolean _isWidthSet get _isWidthSet(): boolean Inherited fr...
来源: Laya3.0_api 发布时间: 20231115
...Index(index: number): string Defined in laya/ani/bone/Templet.ts:622 通过索引得动画名称 Parameters index: number Returns string getAnimation getAnimation(aniIndex: number): any Inherited from AnimationTemplet.getAnimation Defined in laya/ani/AnimationTemplet.ts:176 通过索引获取动画 ...
来源: Laya3.0_api 发布时间: 20231115
...调***/ private function onSelect(index:int):void { trace("当前选择的索引:" + index); } } } //单元格类,继承于Box import laya.ui.Box; import laya.ui.Image; class Item extends Box { /***单元格宽***/ public static var WID:int = 375; /***单元格高***/ public static var HEI:int =...
来源: Laya2.0_文档 发布时间: 20210715
...存、个数,以及RenderTexture。 几何数据:包含顶点缓存与索引缓存的数据。 3.7 图形 此模块主要是各种DrawCall的统计。 (图3-7) 3.8 自动化测试 在2.1节中,开启录制时,点击自动化测试后的性能分析。 (图3-8) 3.9 自定义数据 此...
来源: Laya3.0_文档 发布时间: 20251010