大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0061 秒)
Laya_社区(720) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(54)
...s No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水平坐标。Poi...
来源: laya_api 发布时间: 20170929
...onNormalTexture0Texture1Properties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1InheritanceVertexPositionNormalTexture0Texture1 ObjectImplements IVertex VertexPositionNormalTexture 类用于创建位置、法线、纹理顶点结构。 Public Properties P...
来源: laya_api 发布时间: 20170929
...timeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class ColorOverLifetimeInheritanceColorOverLifetime Object ColorOverLifetime 类用于粒子的生命周期颜色。 Public Properties PropertyDefined By color : GradientColor[read-only] 取颜色。 ColorOverLifet...
来源: laya_api 发布时间: 20170929
...timeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class ColorOverLifetimeInheritanceColorOverLifetime Object ColorOverLifetime 类用于粒子的生命周期颜色。 Public Properties PropertyDefined By color : GradientColor[read-only] 取颜色。 ColorOverLifet...
来源: Laya2.0_api 发布时间: 20190513
...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
...es No Frames SceneProperties | Methods | Events Packagelaya.displayClasspublic class SceneInheritanceScene Sprite Node EventDispatcher Object 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用d...
来源: Laya2.0_api 发布时间: 20190513
... Classes | Index | Frames No Frames PoolMethods Packagelaya.utilsClasspublic class PoolInheritancePool Object Pool 是对象池类,用于对象的存贮、重复使用。 合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅...
来源: laya_api 发布时间: 20170929
...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
...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
...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