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

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

1. laya.d3.core.HeightMap_API3.0 [ 100%]

...laya/d3/core/HeightMap" HeightMap Class HeightMap HeightMap 类用于实现高度数据。 Hierarchy HeightMap Index Constructors constructor Accessors height maxHeight minHeight width Methods getHeight creatFromMesh createFromImage Constructors constructor new HeightMap(width: number, height: nu...

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

2. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 58%]

...eshSprite3D 实例。 Parameters mesh: Mesh 网格。 heightMap: HeightMap 高度。 Default value name: string = null 名字。 Returns MeshTerrainSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:58 _scene _scene: Node Inherited fr...

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

3. laya.map.TiledMap_API3.0 [ 57%]

...Height get gridHeight(): number Defined in laya/map/TiledMap.ts:1332 块的高度 Returns number gridWidth get gridWidth(): number Defined in laya/map/TiledMap.ts:1325 块的宽度 Returns number height get height(): number Defined in laya/map/TiledMap.ts:1258 地高度 Returns number numColum...

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

4. laya.display.Stage_API3.0 [ 47%]

...Height designHeight: number = 0 Defined in laya/display/Stage.ts:122 设计高度(初始化时设置的高度Laya.init(width,height)) designWidth designWidth: number = 0 Defined in laya/display/Stage.ts:120 设计宽度(初始化时设置的宽度Laya.init(width,height)) focus focus: Node De...

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

5. laya.d3.physics.shape.HeightfieldTerrainShape_API3.0 [ 45%]

...TerrainShape Class HeightfieldTerrainShape BoxColliderShape 类用于创建高度地形形状碰撞器。 Hierarchy ColliderShape HeightfieldTerrainShape Implements IClone Index Constructors constructor Properties dataPtr initSize needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION...

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

6. laya.ui.TextInput_API3.0 [ 40%]

...设置 textInput 的宽度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["re...

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

7. laya.ui.TextArea_API3.0 [ 40%]

...;//设置 textArea 的宽度。 textArea.height = 200;//设置 textArea 的高度。 Laya.stage.addChild(textArea);//将 textArea 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loa...

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

8. laya.display.Sprite_API3.0 [ 38%]

...设置 shape 对象的宽度。 shape.height = 100;//设置 shape 对象的高度。 shape.pivotX = 50;//设置 shape 对象的水平方法轴心点坐标。 shape.pivotY = 50;//设置 shape 对象的垂直方法轴心点坐标。 Laya.stage.addChild(shape);//将此 shape 对象添加到显示列表...

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

9. laya.display.Text_API3.0 [ 38%]

....width = 300;//设置 text 的宽度。 text.height = 200;//设置 text 的高度。 text.italic = true;//设置 text 的文本显示为斜体。 text.borderColor = "#fff000";//设置 text 的文本边框颜色。 Laya.stage.addChild(text);//将 text 添加到显示列表。 } } } example Text_Examp...

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

10. laya.ui.ProgressBar_API3.0 [ 36%]

... progressBar 的宽度。 progressBar.height = 50;//设置 progressBar 的高度。 progressBar.sizeGrid = "5,10,5,10";//设置 progressBar 的网格信息。 progressBar.changeHandler = new Handler(this, onChange);//设置 progressBar 的value值改变时执行的处理器。 Laya.stage.addChild(pr...

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