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

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0061 秒)

451. laya.maths.Point [ 89%]

...s No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By  x : Number该点的水平坐标。Poi...

来源: laya_api 发布时间: 20170929

452. laya.d3.graphics.VertexPositionNormalTexture0Texture1 [ 89%]

...onNormalTexture0Texture1Properties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1InheritanceVertexPositionNormalTexture0Texture1 ObjectImplements IVertex VertexPositionNormalTexture 类用于创建位置、法线、纹理顶点结构。 Public Properties P...

来源: laya_api 发布时间: 20170929

453. laya.d3.core.particleShuriKen.module.ColorOverLifetime [ 89%]

...timeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class ColorOverLifetimeInheritanceColorOverLifetime Object ColorOverLifetime 类用于粒子的生命周期颜色。 Public Properties PropertyDefined By  color : GradientColor[read-only] 取颜色。 ColorOverLifet...

来源: laya_api 发布时间: 20170929

454. laya.d3.core.particleShuriKen.module.ColorOverLifetime [ 89%]

...timeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class ColorOverLifetimeInheritanceColorOverLifetime Object ColorOverLifetime 类用于粒子的生命周期颜色。 Public Properties PropertyDefined By  color : GradientColor[read-only] 取颜色。 ColorOverLifet...

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

455. laya.d3.resource.models.QuadMesh [ 89%]

...o Frames QuadMeshProperties | Methods Packagelaya.d3.resource.modelsClasspublic class QuadMeshInheritanceQuadMesh laya.d3.resource.models.PrimitiveMesh QuadMesh 类用于创建四边形。 Public Properties PropertyDefined By  long : Number 返回长度 QuadMesh  width : Number 返回宽度 Q...

来源: laya_api 发布时间: 20170929

456. laya.display.Scene [ 88%]

...es No Frames SceneProperties | Methods | Events Packagelaya.displayClasspublic class SceneInheritanceScene Sprite Node EventDispatcher Object 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用d...

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

457. laya.utils.Pool [ 88%]

... Classes | Index | Frames No Frames PoolMethods Packagelaya.utilsClasspublic class PoolInheritancePool Object Pool 是对象池类,用于对象的存贮、重复使用。 合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅...

来源: laya_api 发布时间: 20170929

458. laya.d3.core.trail.TrailRenderer [ 88%]

...o Frames TrailRendererProperties | Methods Packagelaya.d3.core.trailClasspublic class TrailRendererInheritanceTrailRenderer BaseRender EventDispatcher Object TrailRenderer 类用于创建拖尾渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Propert...

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

459. UI-List [ 88%]

...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.WID, Item.HEI); this.img = new Image(); this.addChild(this.img); } public setImg(src: string): void {...

来源: Laya2.0_示例 发布时间: 20260106

460. UI-List [ 88%]

...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.WID, Item.HEI); this.img = new Image(); this.addChild(this.img); } public setImg(src: string): void {...

来源: Laya_示例 发布时间: 20260106