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

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

321. LAYABOX读取贴图的时候 是否可以更改 列如 UNITY 里的 Filter Mode 采样模式 [ 68%]

...TY 里的   Filter  Mode  采样模式   个人想将部分贴图 用Point方式采样  不知道改如果编写  附件 : --> 2020-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...

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

322. laya.d3.utils.Picker_API3.0 [ 68%]

...例。 Returns Picker Methods Static calculateCursorRay calculateCursorRay(point: Vector2, viewPort: Viewport, projectionMatrix: Matrix4x4, viewMatrix: Matrix4x4, world: Matrix4x4, out: Ray): void Defined in laya/d3/utils/Picker.ts:35 计算鼠标生成的射线。 Parameters point: Vector2 鼠标...

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

323. laya.ui.AutoBitmap_API3.0 [ 68%]

...度。 Returns DrawCircleCmd drawCurves drawCurves(x: number, y: number, points: any[], lineColor: any, lineWidth?: number): DrawCurvesCmd Inherited from Graphics.drawCurves Defined in laya/display/Graphics.ts:516 绘制一系列曲线。 Parameters x: number 开始绘制的 X 轴位置。 y: number...

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

324. 我想把flex项目转为laya ts项目,转换过程 mx.containers.Canvas报错 [ 68%]

...本地坐标转换             public function global2Content(p:Point):Point             {                 return this.cab.globalToContent(p);             }         ]]>     </mx:Script> </mx:Canvas> 转换过程 mx.containers.Canvas报...

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

325. laya.display.Animation_API3.0 [ 68%]

...ToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get...

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

326. 修复开放数据域组件WXOpenDataViewer鼠标不能拖动的问题 [ 67%]

...改的地方,转换成全局坐标             var p: Laya.Point = this.localToGlobal(new Laya.Point());             mat.translate(p.x, p.y);             var stage: Laya.Stage = Laya.stage;              mat.scale(stage._canvasTransform.getScaleX() *...

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

327. Graphics如何设置fillStyle和strokeStyle不同透明度 [ 67%]

...           开始绘制的 Y 轴位置。          * @param points    多边形的点集合。          * @param fillColor    填充颜色,或者填充绘图的渐变对象。          * @param lineColor    (可选)边框颜色,或者填充绘图的渐变...

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

328. Ray 在不同stage缩放下,表现不同,计算有会非常大的误差 [ 67%]

...这个              //从屏幕空间生成射线             point.elements[0] = MouseManager.instance.mouseX;             point.elements[1] = MouseManager.instance.mouseY; 或者你直接就这样写,这种写法,可以适配各种模式。 2017-07-21 1 0 分享 微博 QZONE...

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

329. 有关Laya3D碰撞检测疑问 [ 67%]

...ew Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); private point: Laya.Vector2 = new Laya.Vector2(); private _outHitAllInfo: Array<Laya.RaycastHit>;  private camera: Laya.Camera; private label: Laya.Label; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.St...

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

330. Laya2.0 刚体获取body时,场景中所有刚体紊乱 [ 67%]

...             //TODO:                 var p:Point = value.localToGlobal(Point.TEMP.setTo(0, 0));                 world.ShiftOrigin({x: p.x / PIXEL_RATIO, y: p.y / PIXEL_RATIO});             }         } 2018-11-23 0 2 分享 微博 QZO...

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