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

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

531. laya.d3.core.particleshuriken.module.shape.BaseShape_API3.0 [ 83%]

...icleShuriKen/module/shape/BaseShape.ts:31 创建一个 BaseShape 实例。 Returns BaseShape Properties enable enable: boolean = true Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape.ts:26 是否启用。 randomDirection randomDirection: number = 0 Defined in laya/d3/core/particleShur...

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

532. laya.utils.SingletonList_API3.0 [ 83%]

...n laya/utils/SingletonList.ts:9 创建一个新的 SingletonList 实例。 Returns SingletonList Methods destroy destroy(): void Defined in laya/utils/SingletonList.ts:76 Returns void indexof indexof(element: T): number Defined in laya/utils/SingletonList.ts:41 Parameters element: T Returns number G...

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

533. 在使用资源版本控制时,URL.formatURL中有个bug [ 83%]

...atic function formatURL(url:String, base:String = null):String { if (!url) return "null path"; //如果是全路径,直接返回,提高性能 if (url.indexOf(":") > 0) return url; //自定义路径格式化 if (customFormat != null) url = customFormat(url, base); }   在使用资源版本控...

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

534. HTMLDIVElement设置innerHTML时报错 [ 83%]

...取对象的宽 */ __getset(0,__proto,'width',function(){ if (this._width)return this._width; return this.contextWidth; },[b]_super.prototype._$set_width[/b]);此次出问题的版本为/** *获取对象的宽 */ __getset(0,__proto,'width',function(){ if (this._width)return this._width; return this....

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

535. LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 [ 83%]

... || charSet=="unicode")             {                 return readUnicode(length);             }             if(charSet=="GB2312" || charSet=="gb2312")             {                 return readGBBytes(length);             }     ...

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

536. 分享个用美术资源做位图文本的方法。。。 [ 83%]

...r){ this._padding = v; this.setCharsPos(); } public get padding(): number{ return this._padding; } public set text(v :string){ this._text = v; this.createBitmapFont(v); } public get text(): string{ return this._text; } // 创建位图字体 private createBitmapFont(v: string){ if(!v || v == ""){ ret...

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

537. laya.utils.FontInfo_API3.0 [ 83%]

...ntInfo Defined in laya/utils/FontInfo.ts:31 Parameters font: string | null Returns FontInfo Methods setFont setFont(value: string): void Defined in laya/utils/FontInfo.ts:41 设置字体格式 Parameters value: string Returns void Static parse parse(font: string): FontInfo Defined in laya/utils/Font...

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

538. 绘制图形的BUG [ 83%]

...(this,{rotation:360},3000); } override public function get width():Number{ return _shape.width; } override public function get height():Number{ return _shape.height; } } } BUG2:package ui.test { import laya.display.Sprite; import laya.events.Event; public class MyBox1 extends Sprite { private var _s...

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

539. 在加载swf动画之后在封装的里面报错了 , 用的官网的例子 [ 82%]

...节流的当前字节偏移量位置处读取一个 Int16 值。     *@return Int16 值。     */     __proto.getInt16=function(){         if (this._pos_+2 > this._length)throw "getInt16 error - Out of bounds";         var us=this._d_.getInt16(this._pos_,this._xd_);  ...

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

540. laya.utils.ClassUtils [ 82%]

...mHandler:Handler (default = null) instanceHandler:Handler (default = null)Returns* — 生成的节点。 getClass()method  public static function getClass(className:String):* 根据名字返回类对象。 Parameters className:String — 类名(比如laya.display.Sprite)或者注册的别名(比...

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