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

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

401. 一篇了解LayaAir的屏幕适配,及有效抗锯齿(TypeScript-LayaAir基础篇(TS)-屏幕适配) [ 39%]

...与逻辑分辨率 ##### 1.2.1 缩放因子 起源 iOS绘制图形是以 point (pt)为单位,在早期的时候`1 point=1 pixel`。在2010年推出的iPhone4开始采用 Retina(视网膜) 屏幕显示技术 ,物理分辨率提升了4倍,此时,如果iPhone4还是`1pt=1px`这个方案,...

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

402. laya.d3.core.Camera_API3.0 [ 38%]

...onent getComponents hasHideFlag hasListener isAncestorOf normalizedViewportPointToRay off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once recoverRenderContext3D removeAllLayers removeChild removeChildAt removeChildByName removeChildren removeCommandBuffer removeCo...

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

403. laya.d3.webxr.core.WebXRCamera_API3.0 [ 37%]

...onent getComponents hasHideFlag hasListener isAncestorOf normalizedViewportPointToRay off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once recoverRenderContext3D removeAllLayers removeChild removeChildAt removeChildByName removeChildren removeCommandBuffer removeCo...

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

404. 【简单跑酷--JS版】---Lv.6 终篇 [ 35%]

...is.scoreTxt = null; this.score = 0; //物品碰撞检测坐标点 this.itemPoint = new Point(); RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; ...

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

405. 分享,扩展Laya.Text组件实现简单的富文本 [ 34%]

...ar bitmapScale = tCurrBitmapFont.fontSize / this.fontSize; } if (this._clipPoint) { graphics.save(); if (tCurrBitmapFont && tCurrBitmapFont.autoScaleSize) { var tClipWidth = 0; var tClipHeight = 0; this._width ? tClipWidth = (this._width - padding[3] - padding[1]) : tClipWidth = this._textWi...

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

406. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 29%]

...预烘焙骨骼动画功能。 另外,在上图中,`Keep Skeletal Add Point(保留骨骼挂点)`如果勾选后,由于插件会对骨骼进行精简。所以要想保留必要的动画数据,需要在导出前确定挂点位置,并在相应的挂点骨骼下添加非空节点,进行占...

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

407. laya.events.Event_API3.0 [ 27%]

...触摸点的唯一标识号(作为 int)。 Readonly touchPos touchPos: Point Defined in laya/events/Event.ts:174 点击坐标 type type: string Defined in laya/events/Event.ts:165 事件类型。 Static ADDED ADDED: string = "added" Defined in laya/events/Event.ts:71 定义 added 事件对象的...

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