大约有 4,337 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0078 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(24)
...[{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
...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
...题,保存 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
...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
...调用前置摄像头。 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
...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
...的理解 你的项目修改如下即可正常运行 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
...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
...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
...之后黑色遮罩没有关闭 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