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

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

1691. 文本-滚动文本 [ 72%]

...t:Text; private var prevX:Number = 0; private var prevY:Number = 0; public function Text_Scroll() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Stat.show(); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya...

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

1692. 无法清除指定定时器 [ 72%]

...复 w1114367261 赞同来自: Laya.timer.loop(100, this, looppp); private function looppp():void          {             trace("______________________");         } this.stage.on(Event.MOUSE_UP, this, onB); private function onB():void          {             Laya.t...

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

1693. 读取文件编码问题 [ 72%]

...scii的格式,为什么要这么做?       MiniAdpter.getUrlEncode=function(url,type){         if(url.indexOf(".fnt")!=-1)             return "utf8";         else if(type=="arraybuffer")         return "";         return "ascii";     } 2018-05-10 添加评...

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

1694. gps定位获取当前城市名字 [ 72%]

...bleHighAccuracy = true; Geolocation.getCurrentPosition(Handler.create(this,function(pos):void { alert("pos:"+pos.coords.longitude+","+pos.coords.latitude); }),Handler.create(this,function(error):void { switch (error.code) { case Geolocation.PERMISSION_DENIED: alert("位置服务被拒绝,请检查...

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

1695. 我在Layasample主类中,检测键盘按下并输出一切正常,可是放到其他类里面则能检测到按键按下,却一直输出undefined [ 72%]

...面则能检测到按键按下,却一直输出undefined var GameStart = (function (_super) {     function GameStart() {         GameStart.super(this);         Laya.stage.on(Laya.Event.KEY_DOWN,LayaSample,Test);     }     function Test(e){         console.log(e.keycode...

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

1696. laya.d3.core.Vector3Keyframe [ 72%]

...blic var value:Vector3Constructor DetailVector3Keyframe()Constructorpublic function Vector3Keyframe() 创建一个 Vector3Keyframe 实例。 Method DetailcloneTo()methodoverride public function cloneTo(dest:*):void 克隆。 Parameters dest:* — 克隆源。 Mon May 13 2019, 02:40 PM +08:00

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

1697. 提示类已存在 [ 72%]

提示类已存在 Error!,this class[xxxxx] already exist: function xxxxx(){ … } 检查了文件,没有发现重复 改类名为aaaaa Error!,this class[aaaaa] already exist: function aaaaa(){ … } 问题已经存在 不知道问题出在哪里 2017-05-31 添加评论 免费帖 --> 分享 微博 ...

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

1698. 新手,图片加载不进去,没有报错。很疑问 [ 72%]

...相关的链接 提交 1 个回复 Laya_XS 赞同来自: var BackGround=(function(_super){ function BackGround(){ BackGround.__super.call(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("comp/bg.png"); this.addChild(this.bg1); } Laya.class(BackGround,"BackGround",_super); return BackGround; ...

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

1699. laya.ui.Radio_API3.0 [ 72%]

....ui.Button; import laya.utils.Handler; public class Button_toggle { public function Button_toggle() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoad...

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

1700. laya 好像不能加载网络路径图片 [ 72%]

...好像不能加载网络路径图片 Uncaught TypeError: tex.once is not a function     at Graphics.__proto.drawTexture (laya.core.js:1577)     at onloaded (laya.core.js:1864)     at Graphics.__proto.loadImage (laya.core.js:1860)     at Function.Animation.createFrames (laya.core.js:17617)  ...

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