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

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

851. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 54%]

...Box = Laya.Box; import Image = Laya.Image; class Item extends Box { public static WID: number = 373; public static HEI: number = 85; private img: Image; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Image(); this.addChild(this.img); } public setImg(src: string): void { this.i...

来源: Laya2.0_文档 发布时间: 20210715

852. Laya.class问题 [ 54%]

...链接 提交 1 个回复 cuixueying 赞同来自: class () 方法 public static function class(functionRef:Function, fullQulifiedName:String, superClass:Function, miniName:String):void 在JS中,通过Laya.class来定义类,同时可以指定其继承关系。 参数 functionRef:Function — 类...

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

853. Graphics绘图在WebGL出现锯齿 [ 54%]

...! /** * 设置是否抗锯齿,只对2D(WebGL)、3D有效。 */ public static var isAntialias:Boolean = false;开启设置为true! 2017-04-19 0 0 分享 微博 QZONE 微信 25 赞同来自: 好像开启这个抗锯齿的 是在初始化引擎之前开启吗? 2018-05-22 0 0 分享 微博 QZONE...

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

854. Laya Label text不显示 [ 54%]

Laya Label text不显示 public static showNativeGroup() { /* if (this.nativeGroup) { return; } */ var self = this; Laya.View.load(SdkUtil.sdkDomain + "sdkres/laya/native/NativeGroup.json", new Laya.Handler(this, function (group: Laya.View) { /* if (this.nativeGroup) { return; } */ self.nativeGroup...

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

855. StaticBatchManager.combine 始终不起作用?请问官方可以给一个简单的代码么? [ 54%]

StaticBatchManager.combine 始终不起作用?请问官方可以给一个简单的代码么? 2018-06-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 2.0 只要unity 勾选static,...

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

856. LayaAir项目发布Flash版本 报错 [ 54%]

...ibs\src\laya\utils\Browser.as:224] _window = RunDriver.getWindow(); public static var getWindow:Function = function():* { return __JS__('window'); } package { /** * @private */ public function __JS__(value:*):* { return null; } } 这是不再支持转flash版本的意思吗 2017-04-10 添加评论 ...

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

857. 如何获取指定类的共有的变量名集合 ? [ 54%]

...集合 ? 以前用AS开发Flash的时候使用的是以下方法: public static function getPublicVarNameList($class:Class):Vector.<String> {      var vt:Vector.<String> = new Vector.<String>();       var classXml:XML=describeType($class);      var variableXmlList:* =...

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

858. LayaNative二次开发问题? [ 54%]

...); Laya.stage.addChild(integralMall); } }); android 里面的方法 public static void wxRegLogin(boolean bOpen){ Log.e("LayaAir回调结果", "==================================================================="); JSONObject objCallBack = new JSONObject(); try{ objCallBack.put("test","test"); Log.e...

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

859. 接听电话后,播放音效无反应,播放音乐可以 [ 54%]

... 6s    qq中打开  webgl   问题已解决 直接贴代码了 private static function _stageOnFocus():void { _isActive = true; Laya.stage.off(Event.MOUSE_DOWN, null, _stageOnFocus); if (_blurPaused) { if (_tMusic) { playMusic(_tMusic, _musicLoops, _musicCompleteHandler, _musicPosition); } _blur...

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

860. 发布Flash版本调试报错 [ 54%]

...ss of possibly undefined property newWebGLContext through a reference with static type Class.   如果不引入Flash 运行库源码,换成添加LayaAirFlash.swc到库 调试报错看起来类似死循环式的反复调用,详见附件1.jpg   麻烦官方测试,只需要最基本的即可 ...

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