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

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

131. 天空-天空盒 [ 68%]

...tage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene: Laya.Scene = Laya.stage.addChild(new Laya.Scene()) as Laya.Scene; var camera: Laya.Camera = (scene.addChild(new Laya.Camera(0, 0.1, 100))) as Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 0.8,...

来源: Laya_示例 发布时间: 20241118

132. laya.d3.core.material.GlitterMaterial [ 68%]

...a.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  albedo : Vector4 获取反射率。 GlitterMaterial alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪...

来源: laya_api 发布时间: 20170929

133. laya.d3.core.Camera [ 68%]

...于创建摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node  alwaysUseRenderTexture : Boolean 获取...

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

134. 改变Laya.stage.scaleMode的问题 [ 68%]

...e.scaleMode 的值。doResize () { Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; }    但是我发现在onResize事件里面改变Laya.stage.scaleMode必须在触发resize事件才会生效。是我的作法错了吗?  有没有办法让Laya.stage.scaleMode改变,且不用等到调整视...

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

135. [LayaAir3]Laya3.0 中设置舞台背景透明无效 [ 68%]

...true;         Laya.stage.bgColor ="none";                 this.Show();             }           private iframe: any = Laya.Browser.document.createElement("iframe");     private _view: HTMLDivElement = document.createElement("div");           public Show(): void {     ...

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

136. laya.d3.physics.Rigidbody3D [ 68%]

...建刚体碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  angularDamping : Number 获取刚体的角阻力。 Rigidbody3D  angularFactor : Vector3 获取角因子。 Rigidbody3D  angularVelocity : Vector3 获取角速度。 R...

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

137. 骨骼动画-Spine事件 [ 68%]

...Browser.width, Browser.height,WebGL); Laya.stage.bgColor = "#ffffff"; Stat.show(); mLabelSprite = new Sprite(); startFun(); })(); function startFun() { mAniPath = "../../res/spine/spineRes6/alien.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.on(Event.ERROR...

来源: Laya_示例 发布时间: 20241118

138. 区块地图-滚动地图 [ 68%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createMap(); Laya.stage.on(Event.MOUSE_DOWN, this, this.mouseDown); Laya.stage.on(Event.MOUSE_UP, this, this.mouseUp); Stat.show(); } // 创建地图 createMap() { const TiledMap ...

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

139. laya.d3.core.material.ParticleMaterial [ 68%]

...a.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int透明混合。BaseMate...

来源: laya_api 发布时间: 20170603

140. VR场景-VR场景 [ 68%]

...tage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene: Laya.Scene = Laya.stage.addChild(Laya.Scene.load("../../res/threeDimen/scene/Arena/Arena.ls")) as Laya.Scene; //与3d场景的不同是添加了vr相机 var vrCamera: Laya.VRCamera = scene.addChild(new Laya...

来源: Laya_示例 发布时间: 20241118