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

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

531. laya.d3.graphics.vertex.VertexMesh_API3.0 [ 52%]

...number = 5 Defined in laya/d3/graphics/Vertex/VertexMesh.ts:21 顶点骨骼索引数据 Static MESH_BLENDWEIGHT0 MESH_BLENDWEIGHT0: number = 6 Defined in laya/d3/graphics/Vertex/VertexMesh.ts:23 顶点骨骼权重数据 Static MESH_COLOR0 MESH_COLOR0: number = 1 Defined in laya/d3/graphics/Vertex/Ve...

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

532. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 52%]

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

533. laya.components.Animator2D_API3.0 [ 52%]

...化时间,值在0.0~1.0之间。 Default value layerIndex: number = 0 层索引。 Default value normalizedTime: number = Number.NEGATIVE_INFINITY 归一化的播放起始时间。 Returns boolean destroy destroy(): void Inherited from Component.destroy Defined in laya/components/Component.ts:229 ...

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

534. 【LIST无法拖动】参照官方实例做的 [ 52%]

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

535. laya.d3.component.animation.UVAnimations [ 51%]

...ned By currentAnimationClipIndex : int[read-only] 获取播放器的动画索引。 KeyframeAnimations currentFrameIndex : int[read-only] 获取播放器帧数。 KeyframeAnimations destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Compone...

来源: laya_api 发布时间: 20170603

536. laya.d3.core.pixelLine.PixelLineRenderer [ 51%]

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

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

537. laya.display.Text_API3.0 [ 51%]

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

538. laya.d3.component.animation.CameraAnimations [ 50%]

...ations currentAnimationClipIndex : int[read-only] 获取播放器的动画索引。 KeyframeAnimations currentFrameIndex : int[read-only] 获取播放器帧数。 KeyframeAnimations destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Compone...

来源: laya_api 发布时间: 20170603

539. laya.d3.component.animation.RigidAnimations [ 50%]

...ned By currentAnimationClipIndex : int[read-only] 获取播放器的动画索引。 KeyframeAnimations currentFrameIndex : int[read-only] 获取播放器帧数。 KeyframeAnimations destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Compone...

来源: laya_api 发布时间: 20170929

540. laya.display.Stage [ 50%]

...。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是...

来源: laya_api 发布时间: 20170929