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

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

101. 分包后, 资源加载问题 [ 41%]

...":true,"target":1,"key":"width","index":100}]}}],"name":"loading1","id":1,"frameRate":24,"action":2}]}; return loadingjzaUI; })(View) //class ui.loadingUI extends laya.ui.View var loadingUI=(function(_super){ function loadingUI(){ this.loadingMC=null; loadingUI.__super.call(this); } __class(loadingU...

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

102. laya.display.Stage [ 40%]

...点对象,此对象会影响当前键盘事件的派发主体。Stage  frameRate : StringStage  fullScreenEnabled : Boolean[write-only] 是否开启全屏,用户点击后进入全屏。 兼容性提示:部分浏览器不允许点击进入全屏,比如Iphone等。 Stage globalRotation : ...

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

103. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 34%]

...er;       [SWF(width = "1000", height = "618", backgroundColor = "0x0", frameRate = "30")]       public class iLoader extends Sprite     {         public static var PATH:String = "";           public static var VCM:Function;           public static var debug_txt:TextField;   ...

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

104. LayaFlash如何使用chrome调试问题? [ 33%]

...; import flash.events.Event; [SWF(width=960,height=640,backgroundColor=0x0,frameRate=60)] public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); this.init(); } private function init(e:Event = null):void { removeEventList...

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

105. laya.display.Stage_API3.0 [ 26%]

...royed displayHeight displayWidth displayedInStage drawCallOptimize filters frameRate fullScreenEnabled globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isFocused isVisibility mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleMode scaleX sca...

来源: Laya3.0_api 发布时间: 20231115

106. laya.display.Stage [ 26%]

...点对象,此对象会影响当前键盘事件的派发主体。Stage  frameRate : String = fast帧率类型,支持三种模式:fast-60帧(默认),slow-30帧,mouse-30帧(鼠标活动后会自动加速到60,鼠标不动2秒后降低为30帧,以节省消耗),sleep-1帧。Stage ...

来源: laya_api 发布时间: 20170929

107. 微信小游戏加载资源问题 [ 19%]

...ata.d, data.tx, data.ty); break; case "display": Laya.Laya.stage.frameRate = data.rate || Laya.Stage.FRAME_FAST; break; case "undisplay": Laya.Laya.stage.frameRate = Laya.Stage.FRAME_SLEEP; break; } if (data['isLoad'] == "opendatacontext") { if (data.url) { MiniFileMgr....

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