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

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

931. 用ide打包后的图片,Texture显示不出来? [ 84%]

...[{url: "comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); function onLoaded(){     var aa = new Sprite();     Laya.stage.addChild(aa);     var texture = new Laya.Texture();     texture.load('comp/zzw.png' );     setTimeout( function(){         aa.graphics.drawTexture(...

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

932. event自定义事件的问题 [ 83%]

...ayaSample extends Sprite{ public static var event:String = "event"; public function LayaSample() { super(); //初始化引擎 Laya.init(1136, 640); var re:Revent = new Revent(); var de:DisEvent = new DisEvent(); } } } Revent类: package { import laya.display.Sprite; public class Revent extends Spr...

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

933. 微信小游戏里面开放数据域的资源加载问题 [ 83%]

...题,保存 VM269:1 gameThirdScriptError wx.getFileSystemManager is not a function TypeError: wx.getFileSystemManager is not a function at Function.__static.wxdown (http://127.0.0.1:63435/game/op ... 645:48) at Function.get (http://127.0.0.1:63435/game/open/js/code.js:179:66) at Function.MiniFileMg...

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

934. 微信开发者工具,打开Laya发布的包。编译报请先初始化小游戏适配库,详细教程 [ 83%]

...us) @ gamePage.html:148 VM163:1 gameThirdScriptError window.focus is not a function TypeError: window.focus is not a function     at Function.Browser.__init__ (http://127.0.0.1:61836/game/code.js:7139:21)     at Function._$GET_clientWidth (http://127.0.0.1:61836/game/code.js:7056:11)     at ne...

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

935. 安卓无法调用后置摄像头 [ 83%]

...调用前置摄像头。   navigator.mediaDevices.enumerateDevices().then(function (devices) { var userMediaConstraints = { audio: false, video: { facingMode: {exact : 'environment'}, } } navigator.mediaDevices.getUserMedia(userMediaConstraints).then(function success(stream) { let status = true; La...

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

936. laya.d3.math.MathUtils3D [ 83%]

...at)零的容差MathUtils3DConstructor DetailMathUtils3D()Constructorpublic function MathUtils3D() 创建一个 MathUtils 实例。 Method DetailfastInvSqrt()method public static function fastInvSqrt(value:Number):Number Parameters value:NumberReturnsNumberisZero()method  public static function isZe...

来源: laya_api 发布时间: 20170929

937. 续飞机大战 [ 83%]

...的理解 你的项目修改如下即可正常运行 Game.js var Game = (function(){ function Game(){ // 初始化引擎,设置了游戏的宽高 Laya.init(480,852); Laya.stage.bgColor="#EEFFCC"; var bg = new BackGround(); Laya.stage.addChild(bg); } return Game; }()); var gameInstance = new Game()...

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

938. laya.d3.math.MathUtils3D [ 83%]

...at)零的容差MathUtils3DConstructor DetailMathUtils3D()Constructorpublic function MathUtils3D() 创建一个 MathUtils 实例。 Method DetailfastInvSqrt()method public static function fastInvSqrt(value:Number):Number Parameters value:NumberReturnsNumberisZero()method  public static function isZe...

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

939. DOM元素-表单输入 [ 83%]

...RESIZE, this, fitDOMElements, [emailInput, birthdayInput, passwordInput]); function showLabel(label,x,y){ var t = new Laya.Text(); t.height = this.rowHeight; t.valign = "middle"; t.fontSize = 15; t.font = "SimHei"; t.text = label; t.pos(x, y); this.form.addChild(t); } function createInputElement(){ ...

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

940. dialog设置了自定义的closeEffect之后,弹出框关闭之后黑色遮罩没有关闭 [ 83%]

...之后黑色遮罩没有关闭 this.closeEffect = new Laya.Handler(this, function () { Laya.Tween.to(this, { x: Game.UIWidth }, 200, Laya.Ease.backIn, new Laya.Handler(this, function () { })); }); 2018-10-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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