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

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

551. 精灵添加名称 [ 69%]

...得到按钮,但是一直输出不出名称 代码如下:    for (var i:int = 0; i < 4; i++ ){         sp=new Sprite();          sp.name = i.toString();         console.log(sp.name);         sp = project.drawsomething(20, 20+60*i, "#eeb9b3");         sp.on(Event.CLI...

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

552. Config [ 69%]

...化引擎之前设置。 Public Properties PropertyDefined By  animationInterval : int = 50[static] 动画 Animation 的默认播放时间间隔,单位为毫秒。 Config  is2DPixelArtGame : Boolean = false[static] 是否强制使用像素采样。适用于像素风格游戏 Config  isAlpha...

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

553. Laya有没有将base64字符串转Laya.Byte的方法? [ 69%]

...l 类 看里面方法 public static function encodeByte(byte:ByteEx, start:int = 0, end:int = -1):String         {             if (end < 0)             {                 end = byte.length;             }             return enc...

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

554. 关于功能模块资源回收预疑问 [ 69%]

...this, onAssetsLoaded)); private function onAssetsLoaded():void { for(var i:int = 0, len:int = assets.length; i < len; ++i) { var asset:Image = assets[i]; //查看log,清理前资源一直在内存中 console.log(Laya.loader.getRes(asset)); //调用清理方法 Laya.loader.clearRes(asset); //查...

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

555. 引擎中的修改意见 [ 69%]

...ex 帧索引 * @return */ public function getGrahicsDataWithCache(aniIndex:int, frameIndex:Number):Graphics { if(_graphicsCache[aniIndex] && _graphicsCache[aniIndex][frameIndex]){ return _graphicsCache[aniIndex][frameIndex]; } return null; } 2、Text:语言包的使用形同虚设: publi...

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

556. 性能测试-卡通人物2 [ 69%]

...es) { animation = new Animation(); animation.loadImages(images); animation.interval = 70; animation.play(0); this.addChild(animation); } Character.prototype.createBloodBar = function() { bloodBar = new Sprite(); bloodBar.loadImage("../../res/cartoon2/blood_1_r.png"); bloodBar.x = 20; this.addChild(b...

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

557. 如何获取HTMLDivElement对象的文本值 [ 69%]

...    var tHTMLElement:HTMLElement;                 for(var i:int = 0,n:int = _html._childs.length;i < n;i++)                 {                     tHTMLElement = _html.getChildAt(i) as HTMLElement;                     if(tHTMLElement)    ...

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

558. 骨骼动画-换装 [ 68%]

...tartY:Number = 500; private var mFactory:Templet; private var mActionIndex:int = 0; private var mCurrIndex:int = 0; private var mArmature:Skeleton; private var mCurrSkinIndex:int = 0; private var mSkinList:Array = ["goblin","goblingirl"]; public function Skeleton_ChangeSkin() { WebGL.enable(); Laya....

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

559. laya.d3.core.particleShuriKen.module.StartFrame [ 68%]

... constantMin : Number[read-only] 最小固定帧。 StartFrame  type : int[read-only] 始帧类型,0常量模式,1随机双常量模式。 StartFramePublic Methods  MethodDefined By  StartFrame() 创建一个 StartFrame,不允许new,请使用静态创建函数。 实例。 StartFrame  cl...

来源: laya_api 发布时间: 20170929

560. laya.d3.core.particleShuriKen.module.StartFrame [ 68%]

... constantMin : Number[read-only] 最小固定帧。 StartFrame  type : int[read-only] 始帧类型,0常量模式,1随机双常量模式。 StartFramePublic Methods  MethodDefined By  StartFrame() 创建一个 StartFrame,不允许new,请使用静态创建函数。 实例。 StartFrame  cl...

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