大约有 725 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0053 秒)
Laya_社区(261) Laya2.0_api(166) laya_api(138) Laya_示例(61) Laya2.0_示例(53) Laya2.0_文档(28) Laya3.0_api(9) Laya3.0_文档(9)
...: error: linker command failed with exit code 1 (use -v to see invocation) Showing first 200 warnings only 2018-01-22 0 0 分享 微博 QZONE 微信 bepa_wang 赞同来自: 现在出错是因为我在OTHER_LDFLAGS后面按照微信指南添加 -all_load参数 ,去掉这个参数编译正常,但...
来源: Laya_社区 发布时间: 20180122
...销毁的场景列表 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
...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
...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_示例 发布时间: 20260106
.../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
...er排序矫正值。BaseRenderPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By BaseRender(owner:RenderableSprite3D) 创建一个新的 BaseRender 实例。 BaseRender _addShaderDefine(value:int):void 增加Shader宏定义。 BaseRender _removeShad...
来源: laya_api 发布时间: 20170929
...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
...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_示例 发布时间: 20260106
...用于实现场景。 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
...用于实现场景。 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