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

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

131. 骨骼动画-多纹理 [ 74%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#ffffff"; Stat.show(); this.startFun(); } startFun() { const Templet = Laya.Templet, Event = Laya.Event; const mAniPath = "res/spine/spineRes1/dragon.sk"; mFactory = new Templet(); mFactory.on(E...

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

132. laya.d3.core.MeshTerrainSprite3D [ 74%]

...用于创建网格。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D componentsCount : int[read-only] ...

来源: laya_api 发布时间: 20170929

133. UI-Dialog [ 73%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; assets = ["../../res/ui/dialog (1).png", "../../res/ui/close.png"]; Laya.loader.load(assets, Handler.create(this, onSkinLoadComplete)); })(); function onSkinLoadComplete() { var dialog...

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

134. laya.d3.physics.shape.CapsuleColliderShape [ 73%]

...囊形状碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  length : Number[read-only] 获取长度。 CapsuleColliderShape localOffset : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape...

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

135. laya.utils.Stat [ 73%]

...能统计Stat  hide():void[static] 隐藏性能统计信息。 Stat  show(x:Number = 0, y:Number = 0):void[static] 显示性能统计信息。 StatProperty Detail_useCanvaspropertypublic static var _useCanvas:Boolean = falsecanvasBitmapproperty public static var canvasBitmap:int = 0 画布 canv...

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

136. UI-Dialog [ 73%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(assets, Handler.create(this, this.onSkinLoadComplete)); } onSkinLoadComplete() { const Dialog = Laya.Dialog, Image = Laya.Image, Button = Laya.Button; let dialog = new...

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

137. 骨骼动画-藤蔓 [ 73%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#ffffff"; Stat.show(); this.startFun(); } startFun() { const Templet = Laya.Templet, Event = Laya.Event; const mAniPath = "res/spine/spineRes5/vine.sk"; mFactory = new Templet(); mFactory.on(Eve...

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

138. 文本控件里面哪个可以做到,超过区域的文本 滚动显示 [ 73%]

...   文档: http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=62&id=566   如果你是想实现文本在List的滚动看这个:laya.ui.List API 垂直方向滚动条皮肤 vScrollBarSkin 水平方向滚动条皮肤 hScrollBarSkin 实例应用参考:http://ldc.lay...

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

139. 骨骼动画-橡胶人 [ 73%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#ffffff"; Stat.show(); this.startFun(); } startFun() { const Templet = Laya.Templet, Event = Laya.Event; const mAniPath = "res/spine/spineRes4/stretchyman.sk"; mFactory = new Templet(); mFactory...

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

140. 分享:解决Dialog层级遮挡问题 [ 73%]

分享:解决Dialog层级遮挡问题 Dialog.manager.popup或show的方法,在你第一次使用的时候默认是被添加到了Laya.stage的节点上, 因为Dialog.manager对象是一个单例,你页面关闭后容器本身不会被删除,还是在Laya.stage节点上存在, 这时用L...

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