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

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

891. laya.d3.math.Vector2 [ 82%]

... 实例。 Vector2  clone():* 克隆。 Vector2  cloneTo(destObject:*):void 克隆。 Vector2  scale(a:Vector2, b:Number, out:Vector2):void[static] 缩放二维向量。 Vector2Public Constants ConstantDefined By  ONE : Vector2[static] 一向量,禁止修改Vector2  ZERO : Vector2[static]...

来源: laya_api 发布时间: 20170929

892. laya.physics.CircleCollider [ 82%]

... Public Methods Show Inherited Public Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用...

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

893. 一个关于laya.display.scene不成熟的小建议 [ 82%]

...法: static load(url: string, complete?: Handler, progress?: Handler): void; static open(url: string, closeOther?: boolean, param?: any, complete?: Handler, progress?: Handler): void; static close(url: string, name?: string): boolean; static closeAll(): void; static setLoadingPage(loadPage: Scene)...

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

894. 屏幕适配-屏幕适配 [ 82%]

...a.stage.on("resize", this, this.onResize); } private onBoyClick(e: Event): void { //点击后小人会放大缩小 var boy: Sprite = e.target; if (boy.scaleX === 1) { boy.scale(1.2, 1.2); } else { boy.scale(1, 1); } } private onTxtClick(e: Event): void { //点击后切换适配模式 e.stopPropagati...

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

895. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 82%]

..., Laya.Handler.create(this, this.onSkinLoaded)); } private onSkinLoaded(): void { this.showBg(); this.createTimerAnimation(); this.showTotalSeconds(); this.createController(); } private showBg(): void { var bg: Image = new Image(this.bgSkin); bg.size(224, 302); bg.pos(Laya.stage.width - bg.width >> ...

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

896. 屏幕适配-屏幕适配 [ 82%]

...a.stage.on("resize", this, this.onResize); } private onBoyClick(e: Event): void { //点击后小人会放大缩小 var boy: Sprite = e.target; if (boy.scaleX === 1) { boy.scale(1.2, 1.2); } else { boy.scale(1, 1); } } private onTxtClick(e: Event): void { //点击后切换适配模式 e.stopPropagati...

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

897. 碰撞检测 outHitInfo.distance 一直等于 -1 ?(TS代码) [ 82%]

... *owner:此组件所属的3D对象 */ public _load(owner:Laya.Sprite3D):void{ //获取控制器UI this.rocker = Example_roleControl.rocker; this.attack = Example_roleControl.attack; } /*覆写加载组件的3D对象实例化完成后,第一次更新时执行*/ public _start(state:Laya.RenderStat...

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

898. swf版本运行时图片资源不存在报错不清楚的问题 [ 82%]

...个类): laya.flash.FlashImage public function set src(value:String):void 75行后加入代码 tl.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, function ceroor(_ev:IOErrorEvent):void { onerror && onerror(); }); laya.ui.Image 167行 protected function setSource(url:String, val...

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

899. 进度条组件 · LayaAir3.0文档 · LAYABOX [ 82%]

...有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.progressBar.value = 0.01; //初始进度值 this.loadText.text = "资源加载中……"; // 测试加载效果 Laya.timer.loop(100, this, this.changeProgress); } //这里仅模拟加载演示效果 changeProgress...

来源: Laya3.0_文档 发布时间: 20241014

900. laya.d3.shader.SubShader_API3.0 [ 82%]

...turns string key 标记键。 setFlag setFlag(key: string, value: string): void Defined in laya/d3/shader/SubShader.ts:157 添加标记。 Parameters key: string 标记键。 value: string 标记值。 Returns void Static __init__ __init__(): void Defined in laya/d3/shader/SubShader.ts:55 Returns vo...

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