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

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

431. 鼠标交互-键盘交互 [ 64%]

...} /**键盘按下处理*/ private onKeyDown(e: Event): void { var keyCode: number = e["keyCode"]; this.keyDownList[keyCode] = true; } /**键盘抬起处理*/ private onKeyUp(e: Event): void { delete this.keyDownList[e["keyCode"]]; } private keyboardInspector(): void { var numKeyDown: number = this.k...

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

432. laya.d3.core.material.UnlitMaterial_API3.0 [ 64%]

...re/material/UnlitMaterial.ts:103 Returns UnlitMaterial Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在...

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

433. 计时器-延迟执行 [ 64%]

...age.bgColor = "#232628"; this.setup(); } private setup(): void { var vGap: number = 100; this.button1 = this.createButton("点我3秒之后 alpha - 0.5"); this.button1.x = (Laya.stage.width - this.button1.width) / 2; this.button1.y = (Laya.stage.height - this.button1.height - vGap) / 2; Laya.stage.a...

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

434. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 63%]

...cleMaterial 实例。 Returns ShurikenParticleMaterial Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在...

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

435. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 63%]

...errainMaterial 实例。 Returns ExtendTerrainMaterial Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在...

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

436. laya.events.Event [ 63%]

...于活动状态 (true) 还是非活动状态 (false)。 Event  stageX : Number[read-only] 鼠标在 Stage 上的 X 轴坐标Event  stageY : Number[read-only] 鼠标在 Stage 上的 Y 轴坐标Event  target : Sprite 事件目标触发对象。Event  touches : Array[read-only] 触摸点列表...

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

437. 如何清除sharedCanvas上一次绘制的内容 [ 63%]

...aya.Sprite();绘制图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 富文本下划线绘制bug Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! clip清...

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

438. 计时器-延迟执行 [ 63%]

...age.bgColor = "#232628"; this.setup(); } private setup(): void { var vGap: number = 100; this.button1 = this.createButton("点我3秒之后 alpha - 0.5"); this.button1.x = (Laya.stage.width - this.button1.width) / 2; this.button1.y = (Laya.stage.height - this.button1.height - vGap) / 2; Laya.stage.a...

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

439. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 63%]

...linnPhongMaterial 实例。 Returns BlinnPhongMaterial Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在...

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

440. laya.events.Event [ 63%]

...于活动状态 (true) 还是非活动状态 (false)。 Event  stageX : Number[read-only] 鼠标在 Stage 上的 X 轴坐标Event  stageY : Number[read-only] 鼠标在 Stage 上的 Y 轴坐标Event  target : Sprite 事件目标触发对象。Event  touches : Array[read-only] 触摸点列表...

来源: laya_api 发布时间: 20170929