大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0079 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
...关的链接 提交 2 个回复 zuojianfei 赞同来自: updateItem(items):void{ var posY = 0; var data: Array<any> = []; for(var i= 0 ;i< items.UserWareList.length;i++){ var itemList = new BagItem(items.icon,items.name,ite...
来源: Laya_社区 发布时间: 20170310
...a3D() 创建一个 Laya3D 实例。 Laya3D _cancelLoadByUrl(url:String):void[static] private Laya3D init(width:Number, height:Number, config:Config3D = null, compolete:Handler = null):void[static] 初始化Laya3D相关设置。 Laya3DPublic Constants ConstantDefined By ANIMATIONCLIP : Stri...
来源: Laya2.0_api 发布时间: 20190513
...: public getSpineAni(url:string,completeCaller:any,completeFun:Function):void { this.m_spineCopmleteFun = completeFun; this.m_completeCaller = completeCaller; this.m_curLoadingUrl = url; if(this.isLoaded(url) == fals...
来源: Laya_社区 发布时间: 20170801
...t { return _textFormat; } public function set textFormat(value:TextFormat):void { _textFormat = value; font = _textFormat._font; fontSize = _textFormat._fontSize; color = _textFormat._color; bold = _textFormat._bold; italic = _textFormat._italic; underline = _textFormat._underline; padding = String(...
来源: Laya_社区 发布时间: 20170516
...。 但是play的实现 __proto.play=function(start,loop,name){ (start===void 0)&& (start=0); (loop===void 0)&& (loop=true); (name===void 0)&& (name=""); if (name)this._setFramesFromCache(this._url+"#"+name); this._isPlaying=true; this.index=((typeof start=='string'))? this._...
来源: Laya_社区 发布时间: 20161006
...de 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Overrides BaseShape.cloneTo Defined in laya/d3/core/particleShuriKen/module/shape/SphereShape.ts:89 override Parameters destObject: any Returns void generatePositionAndDirection generatePositionAndDirection(position: Vec...
来源: Laya3.0_api 发布时间: 20231115
...de 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Overrides BaseShape.cloneTo Defined in laya/d3/core/particleShuriKen/module/shape/HemisphereShape.ts:95 override Parameters destObject: any Returns void generatePositionAndDirection generatePositionAndDirection(position:...
来源: Laya3.0_api 发布时间: 20231115
... * **/ public function Load(url:String,isGroup:Boolean):void { _path = UrlConfig.EFFECT_PATH_3D+url; var itemComplete:Sprite3D = Laya.loader.getRes(_path); if(itemComplete == null || itemComplete.loaded == false){ ...
来源: Laya_社区 发布时间: 20180601
...this.createCharacters), null, Loader.ATLAS); } private createCharacters(): void { this.characterGroup = []; for (var i: number = 0; i = 0; --i) { this.animateCharactor(this.characterGroup[i]); } } private animateCharactor(charactor: Sprite): void { charactor.x += this.moveSpeed; charactor.rotation +...
来源: Laya_示例 发布时间: 20260303
... } private function beginLoad():void { //加载引擎需要的资源 Laya.loader.load(aniPath, Handler.create(this,onLoaded),null,Loader.ATLAS); } private functi...
来源: Laya_社区 发布时间: 20180725