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

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

981. laya.d3.core.particleshuriken.module.shape.HemisphereShape_API3.0 [ 80%]

...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

982. 3d特效克隆时,在手机会现卡顿情况,特效资源已经提前在加载 [ 80%]

...    * **/         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

983. 性能测试-卡通人物 [ 80%]

...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_示例 发布时间: 20241119

984. 急急急,如何设置按钮点击加载ani [ 80%]

...     }                  private function beginLoad():void {             //加载引擎需要的资源             Laya.loader.load(aniPath, Handler.create(this,onLoaded),null,Loader.ATLAS);         }                  private functi...

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

985. 横竖屏切换,此引擎渲染有BUG [ 79%]

...  oldWith: number = 0; oldheight: number = 0; HengPing(isFirst: boolean): void { if (Laya.stage != null) { this.oldWith = Laya.Browser.clientWidth; this.oldheight= Laya.Browser.clientHeight; }  console.log("设置横屏" + isFirst); if (isFirst) Laya3D.init(1280, 720, true); else Laya.stage.width ...

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

986. laya.html.XMLIterator_API3.0 [ 79%]

...s any Methods Static begin begin(source: string, lowerCaseName?: boolean): void Defined in laya/html/XMLIterator.ts:33 Parameters source: string Optional lowerCaseName: boolean Returns void Static getAttribute getAttribute(attrName: string): string Defined in laya/html/XMLIterator.ts:218 Parameters ...

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

987. Dialog的onShow方法重写无效 [ 79%]

...类里面有写这样的代码: override protected function initialize():void { on(Event.ADDED, this, onShow); on(Event.REMOVED, this, onHide); } protected function onShow():void { } protected function onHide():void { }我创建的View类 重写onShow方法可以正常使用,但dialog重写就...

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

988. 网络和格式-Socket [ 79%]

...arCodeAt(i)); } socket.flush(); } private function onSocketClose(e:*=null):void { trace("Socket closed"); } private function onMessageReveived(message:*=null):void { trace("Message from server:"); if (message is String) { trace(message); } else if (message is ArrayBuffer) { trace(new Byte(message).r...

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

989. 使用百度地图显示当前位置(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 79%]

...的作用域。 ##### 2.1 init函数: ```java private function init():void { mapDiv = Browser.createElement("div"); Browser.document.body.appendChild(mapDiv);       // 适应窗口尺寸 refit(); Laya.stage.on(Event.RESIZE, this, refit);   // 初始化地图 map = new BMap.Map(map...

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

990. laya.d3.core.particleshuriken.module.shape.BoxShape_API3.0 [ 79%]

...de 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Overrides BaseShape.cloneTo Defined in laya/d3/core/particleShuriKen/module/shape/BoxShape.ts:97 override Parameters destObject: any Returns void generatePositionAndDirection generatePositionAndDirection(position: Vector...

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