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

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

861. 设置滤镜(ActionScript-LayaAir基础篇(AS3)-位图) [ 83%]

...(ApePath, Handler.create(this, setup)); } private function setup(e:*=null):void { normalizeApe(); makeRedApe(); grayingApe(); } private function normalizeApe():void { var originalApe:Sprite = createApe(); apeTexture = Laya.loader.getRes(ApePath); originalApe.x = (Laya.stage.width - apeTexture.width ...

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

862. 加载TiledMap 不显示 [ 83%]

...k", this, this.onStageClick);     }      private createMap(): void {         this.tiledMap = new TiledMap();         this.tiledMap.createMap("res/tiledMap/t2.json", new Rectangle(0, 0, Laya.stage.width, Laya.stage.height), Handler.create(this, this.mapLoaded),...

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

863. 滤镜-颜色滤镜 [ 83%]

...r.load(this.ApePath, Handler.create(this, this.setup)); } private setup(): void { this.normalizeApe(); this.makeRedApe(); this.grayingApe(); } private normalizeApe(): void { var originalApe: Sprite = this.createApe(); this.apeTexture = Laya.loader.getRes(this.ApePath); originalApe.x = (Laya.stage.wi...

来源: Laya2.0_示例 发布时间: 20241119

864. 输入设备-贪吃蛇(重力感应) [ 83%]

.../ 游戏开始时有一个食物 this.produceFood(); } private initSnake():void { for (var i:number = 0; i 0) { var prevSeg:Segment = this.segments[this.segments.length - 1]; seg.rotation = prevSeg.rotation; var point:Point = seg.getPinPosition(); seg.x = prevSeg.x - point.x; seg.y = prevSeg.y - poi...

来源: Laya2.0_示例 发布时间: 20241119

865. laya.display.Input [ 83%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node  changeText(text:String):void[override] Input clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器...

来源: laya_api 发布时间: 20170929

866. 屏幕适配-缩放-No Scale [ 83%]

...olor = "#232628"; this.createCantralRect(); } private createCantralRect(): void { this.rect = new Sprite(); this.rect.graphics.drawRect(-100, -100, 200, 200, "gray"); Laya.stage.addChild(this.rect); this.updateRectPos(); } private updateRectPos(): void { this.rect.x = Laya.stage.width / 2; this.rect...

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

867. 屏幕适配-缩放-No Border [ 83%]

...olor = "#232628"; this.createCantralRect(); } private createCantralRect(): void { this.rect = new Sprite(); this.rect.graphics.drawRect(-100, -100, 200, 200, "gray"); Laya.stage.addChild(this.rect); this.updateRectPos(); } private updateRectPos(): void { this.rect.x = Laya.stage.width / 2; this.rect...

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

868. laya.d3.physics.shape.CapsuleColliderShape [ 83%]

...leColliderShape 实例。 CapsuleColliderShape  _setScale(value:Vector3):void[override] CapsuleColliderShape  clone():*[override] 克隆。 CapsuleColliderShape cloneTo(destObject:*):void 克隆。 ColliderShape updateLocalTransformations():void 更新本地偏移,如果修改LocalOffset或Loc...

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

869. iOS wkWebView [ 83%]

...s手机都没问题,求大神给解答下啊!     private connect(): void { console.log("connect...."); this.hr = new Laya.HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya....

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

870. laya.d3.component.animator.AvatarMask_API3.0 [ 83%]

...45 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/component/Animator/AvatarMask.ts:54 克隆。 Parameters destObject: any 克隆源。 Returns void getAllTranfromPath getAllTranfromPath(): Record<string, boolean> Defined in laya/d3/component/An...

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