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

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

391. laya.ui.Label [ 56%]

...ee alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node  align : String 表示文本的水平显...

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

392. 2.2.0 beta3,VIVO小游戏,低帧率模式有bug [ 55%]

...Laya.stage.frameRate = "slow";   帧率统计面板不显示。 Laya.Stat.show();   2019-08-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 引擎初始化之前 加Config.preserveDraw...

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

393. 关于嵌入div [ 55%]

...L); Laya.stage.bgColor = "#232628"; Laya.timer.once(500,this,onLoop); Stat.show(); } private function onLoop():void { __JS__('var LayaCanvas1=document.getElementsByTagName("canvas")[0]'); __JS__('var LayaCanvas2=document.getElementsByTagName("canvas")[1]'); __JS__('var LayaContainer=document.getElem...

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

394. laya.ui.Image [ 55%]

...e alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY ...

来源: laya_api 发布时间: 20170929

395. laya.ui.ScrollBar [ 55%]

...ollBarlaya.ui.HScrollBarPublic 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

396. sprite 设置为静态变量后,无法从舞台移除 [ 55%]

...ar sp:Sprite; public function HtmlDemo() { Laya.init(800, 480,WebGL); Stat.show(); sp=new Sprite(); sp.loadImage("background.jpg"); Laya.stage.addChild(sp); Laya.stage.on(Event.CLICK,this,onClick); function onClick():void { // TODO Auto Generated method stub Laya.stage.off(Event.CLICK,this,onClick);...

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

397. 降帧模式下oppo真机上闪屏 [ 55%]

...rawingBuffer=true; Laya.init(innerWidth,innerHeight,Laya.WebGL); Laya.Stat.show(0,0); Laya.stage.frameRate="slow"; Laya.stage.scaleMode=Laya.Stage.SCALE_FULL; Laya.stage.bgColor="#444"; var sprite=new Laya.Sprite(); Laya.stage.addChild(sprite); sprite.loadImage("img/bg.jpg"); } start(); 附件 : -->...

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

398. 射线检测-碰撞器混合 [ 55%]

...tage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); //预加载所有资源 var resource = [ { url: "../../res/threeDimen/scene/ColliderScene/ColliderDemo.ls", clas: Laya.Scene, priority: 1 }, { url: "../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", clas: Laya...

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

399. 关于骨骼动画的复用问题 [ 55%]

...ya.AnimationClip.load("res3d/scene/Assets/FBX/zj_nan_01/boy@animation-idle_show.lani",LayaWrap.creatHandlerCall(this,(aniClip)=>{ //创建动作状态 let state1 = new Laya.AnimatorState(); //动作名称 state1.name = "hello"; //动作播放起始时间 state1.clipStart = 0 / 90; //动作播放...

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

400. laya.ui.ProgressBar [ 55%]

...容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : ...

来源: laya_api 发布时间: 20170929