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

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

561. laya.display.Scene [ 39%]

...销毁的场景列表 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

562. 鼠标交互-双指旋转(多点触控) [ 39%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.setup(); } setup() { this.createSprite(); Laya.stage.on(Event.MOUSE_UP, this, this.onMouseUp); Laya.stage.on(Event.MOUSE_OUT, this, this.onMouseUp); } createSprite() ...

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

563. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 39%]

...3D粒子数据模板。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  aliveParticleCount : int[read-only] 粒子存活个数。 ShurikenParticleSystem  autoRandomSeed : Boolean是否使用随机种子。 ShurikenParticleSystem  colorOv...

来源: laya_api 发布时间: 20170929

564. laya.device.media.Video [ 39%]

.../Web/HTML/Element/video Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

565. runTime使用(TypeScript-IDE篇(TS)-组件化开发相关) [ 39%]

...debug") == "true") Laya.enableDebugPanel(); if (GameConfig.stat) Laya.Stat.show(); Laya.alertGlobalError = true; //激活资源版本控制,version.json由IDE发布功能自动生成,如果没有也不影响后续流程 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.o...

来源: Laya2.0_文档 发布时间: 20210715

566. 鼠标交互-Hold [ 39%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); Laya.loader.load(apePath, Handler.create(this, this.createApe)); } createApe() { const Sprite = Laya.Sprite, Event = Laya.Event; this.ape = new Sprite(); this.ape.loadImag...

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

567. laya.d3.core.scene.Scene [ 38%]

...用于实现场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  ambientColor : Vector3 获取环境光颜色。 Scene au...

来源: laya_api 发布时间: 20170929

568. laya.d3.core.scene.Scene3D [ 38%]

...用于实现场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

569. 缓动-时间线 [ 38%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.setup(); } setup() { const Event = Laya.Event; this.createApe(); this.createTimerLine(); Laya.stage.on(Event.KEY_DOWN, this, this.keyDown); } createApe() { const Spri...

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

570. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 38%]

...age.screenMode = Laya.Stage.SCREEN_NONE; //开启统计信息 // Laya.Stat.show(); //添加3D场景 this.scene = Laya.stage.addChild(new Laya.Scene()) as Laya.Scene; //添加照相机 this.camera = (this.scene.addChild(new Laya.Camera(0, 0.1, 100))) as Laya.Camera; this.camera.transform.translate(ne...

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