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

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

1. laya.d3.shader.Shader3D_API3.0 [ 100%]

...周期,逐精灵和相机,注:因为精灵包含MVP矩阵,为复合属性,所以摄像机发生变化时也应提交。 Static RENDER_STATE_BLEND RENDER_STATE_BLEND: number = 1 Defined in laya/d3/shader/Shader3D.ts:19 渲染状态_混合。 Static RENDER_STATE_BLEND_CONST_COLOR RENDER_STAT...

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

2. laya.ui.ColorPicker_API3.0 [ 94%]

...colorPicket 的皮肤。 colorPicket.x = 100;//设置 colorPicket 对象的属性 x 的值,用于控制 colorPicket 对象的显示位置。 colorPicket.y = 100;//设置 colorPicket 对象的属性 y 的值,用于控制 colorPicket 对象的显示位置。 colorPicket.changeHandler = new Handler...

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

3. laya.ui.ComboBox_API3.0 [ 85%]

...入它的皮肤和标签集。 comboBox.x = 100;//设置 comboBox 对象的属性 x 的值,用于控制 comboBox 对象的显示位置。 comboBox.y = 100;//设置 comboBox 对象的属性 x 的值,用于控制 comboBox 对象的显示位置。 comboBox.selectHandler = new Handler(this, onSelect...

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

4. laya.display.Text_API3.0 [ 85%]

...//设置 text 的文本自动换行。 text.x = 100;//设置 text 对象的属性 x 的值,用于控制 text 对象的显示位置。 text.y = 100;//设置 text 对象的属性 y 的值,用于控制 text 对象的显示位置。 text.width = 300;//设置 text 的宽度。 text.height = 200;//设...

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

5. laya.ui.Tab_API3.0 [ 79%]

... "laya/ui/Tab" Tab Class Tab Tab 组件用来定义选项卡按钮组。 * 属性:selectedIndex 的默认值为-1。 example 以下示例代码,创建了一个 Tab 实例。 package { import laya.ui.Tab; import laya.utils.Handler; public class Tab_Example { public function Tab_Example() { Laya.i...

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

6. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 78%]

...erialProperty Defined in laya/d3/core/material/Material.ts:361 获得材质属性 Returns any _defineDatas get _defineDatas(): DefineDatas Inherited from Material._defineDatas Defined in laya/d3/core/material/Material.ts:1055 Returns DefineDatas alphaTest get alphaTest(): boolean set alphaTest(value...

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

7. laya.ui.RadioGroup_API3.0 [ 77%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事...

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

8. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 77%]

...prite3D.ts:26 从网格创建一个TerrainMeshSprite3D实例和其高度图属性。 Parameters mesh: Mesh 网格。 heightMapWidth: number 高度图宽度。 heightMapHeight: number 高度图高度。 Default value name: string = null 名字。 Returns MeshTerrainSprite3D Static createFromMeshAndHe...

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

9. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 74%]

...erialProperty Defined in laya/d3/core/material/Material.ts:361 获得材质属性 Returns any _defineDatas get _defineDatas(): DefineDatas Inherited from Material._defineDatas Defined in laya/d3/core/material/Material.ts:1055 Returns DefineDatas albedoColor get albedoColor(): Color set albedoColor(v...

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

10. laya.ui.Dialog_API3.0 [ 73%]

...景透明度,模式窗口点击边缘是否关闭等 通过设置zOrder属性,可以更改弹出的层次 通过设置popupEffect和closeEffect可以设置弹出效果和关闭效果,如果不想有任何弹出关闭效果,可以设置前述属性为空 example 以下示例代码,创建了...

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