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

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

831. 组件属性的代码使用 · LayaAir3.0文档 · LAYABOX [ 46%]

...b。 (动图3-1) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-08-09 17:50:00 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20240809

832. 命令行发布 · LayaAir3.0文档 · LAYABOX [ 46%]

...wxgame").waitForCompletion(); } // 构建抖音小游戏 static async buildBytedancegame() { return IEditorEnv.BuildTask.start("bytedancegame").waitForCompletion(); } // 构建oppo小游戏 static async buildOppogame() { return IEditorEnv.BuildTask.start("oppogame").waitForCompletion(); } // 构建v...

来源: Laya3.0_文档 发布时间: 20240624

833. 其他 · LayaAir3.0文档 · LAYABOX [ 46%]

.../ iPhone X适配 } } Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:34:16 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230303

834. laya.particle.Particle2D [ 46%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  autoPlay : Boolean = true是否自动播放Particle2D autoSize : Boolean = false 指定是否自动计...

来源: laya_api 发布时间: 20170929

835. laya.d3.math.Vector3 [ 46%]

... Vector3 类用于创建三维向量。 Public Properties PropertyDefined By  x : NumberX轴坐标Vector3  y : NumberY轴坐标Vector3  z : NumberZ轴坐标Vector3Public Methods  MethodDefined By  Vector3(x:Number = 0, y:Number = 0, z:Number = 0, nativeElements:Float32Array = null) 创建...

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

836. 混合使用3D · LayaAir3.0文档 · LAYABOX [ 46%]

...动图1-1所示。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-11-29 17:33:41 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20231129

837. laya.display.Text [ 46%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node  align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显...

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

838. 动效问题,没有 ui.TestPUI,官方文档是错的,几年了至今无解答 [ 46%]

...面又报错了 这是layaMaxUI.js/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ var View=Laya.View; var Dialog=Laya.Dialog; var Scene=Laya.Scene; var REG = Laya.ClassUtils.regClass; export class kick_effectUI extends EffectAnimation { //然后又改...

来源: Laya_社区 发布时间: 20210111

839. 属性设置面板说明 · LayaAir3.0文档 · LAYABOX [ 46%]

...置。 (图2-5) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-11-29 17:33:43 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20231129

840. 仿照laya官方demo做了一个视频播放的UI,为啥在微信里不能用? [ 46%]

...道啥原因,哪位高人知识咋回事?代码如下:   /**Created by the LayaAirIDE*/ module view { export class Guide extends ui.GuideUI { constructor() { super(); // 创建Video元素 let videoElmt: any = Laya.Browser.createElement("video"); Laya.Browser.document.body.appendChild(videoElm...

来源: Laya_社区 发布时间: 20180802