大约有 1,569 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0048 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...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
...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
...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
...取对象的宽 */ __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
... || charSet=="unicode") { return readUnicode(length); } if(charSet=="GB2312" || charSet=="gb2312") { return readGBBytes(length); } ...
来源: Laya_社区 发布时间: 20160606
...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
...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
...(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
...节流的当前字节偏移量位置处读取一个 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
...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