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

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

941. laya.d3.renderobjs.renderobj.InstanceRenderElementOBJ_API3.0 [ 70%]

...d3/RenderObjs/RenderObj/InstanceRenderElementOBJ" InstanceRenderElementOBJ Class InstanceRenderElementOBJ Hierarchy RenderElementOBJ InstanceRenderElementOBJ Implements IRenderElement Index Constructors constructor Properties _geometry _invertFront _isRender _materialShaderData _owner _renderShaderD...

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

942. laya.d3.physicscannon.shape.CannonCompoundColliderShape_API3.0 [ 70%]

...ysicsCannon/shape/CannonCompoundColliderShape" CannonCompoundColliderShape Class CannonCompoundColliderShape CompoundColliderShape 类用于创建盒子形状碰撞器。 Hierarchy CannonColliderShape CannonCompoundColliderShape Implements IClone Index Constructors constructor Properties needsCustom...

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

943. laya.d3.resource.models.Sky [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SkyProperties | Methods | Constants Packagelaya.d3.resource.modelsClasspublic class SkyInheritanceSky laya.resource.ResourceSubclasses SkyBox, SkyDome Sky 类用于创建天空的父类,抽象类不允许实例。 Pub...

来源: laya_api 发布时间: 20170929

944. 区块地图-PerspectiveWall [ 70%]

...ectangle; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class TiledMap_PerspectiveWall { private tiledMap: TiledMap; constructor(){ // 不支持WebGL时自动切换至Canvas Laya.init(700, 500, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER;...

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

945. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BoxShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class BoxShapeInheritanceBoxShape BaseShape Object BoxShape 类用于创建球形粒子形状。 Public Properties Hide Inherited ...

来源: laya_api 发布时间: 20170929

946. laya.d3.core.HeightMap [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HeightMapProperties | Methods Packagelaya.d3.coreClasspublic class HeightMapInheritanceHeightMap Object HeightMap 类用于实现高度图数据。 Public Properties PropertyDefined By  height : int[read-only] 获取...

来源: laya_api 发布时间: 20170929

947. laya.d3.math.Vector2 [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Vector2Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By ...

来源: laya_api 发布时间: 20170929

948. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BoxShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class BoxShapeInheritanceBoxShape BaseShape Object BoxShape 类用于创建球形粒子形状。 Public Properties Hide Inherited ...

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

949. laya.d3.core.HeightMap [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HeightMapProperties | Methods Packagelaya.d3.coreClasspublic class HeightMapInheritanceHeightMap Object HeightMap 类用于实现高度图数据。 Public Properties PropertyDefined By  height : int[read-only] 获取...

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

950. Sprite-绘制各种形状 [ 70%]

...ript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Sprite_DrawShapes { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage...

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