大约有 564 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
Laya_社区(261) Laya3.0_api(90) Laya2.0_api(84) laya_api(67) Laya2.0_文档(32) Laya2.0_示例(11) Laya_示例(10) Laya3.0_文档(9)
...度。 Returns DrawCircleCmd drawCurves drawCurves(x: number, y: number, points: any[], lineColor: any, lineWidth?: number): DrawCurvesCmd Defined in laya/display/Graphics.ts:516 绘制一系列曲线。 Parameters x: number 开始绘制的 X 轴位置。 y: number 开始绘制的 Y 轴位置。 poi...
来源: Laya3.0_api 发布时间: 20231115
...个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite getBounds():Rectangle 获取本对象在父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需...
来源: laya_api 发布时间: 20170929
...个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite getBounds():Rectangle 获取本对象在父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需...
来源: laya_api 发布时间: 20170929
...问题 1 我新建了一个ts文件 写了一个命名空间 导出一个Point类 2 我在另外一个文件中使用了这个命名空间 3 编译项目 没有出现问题 4 点击调试 出现黑屏 控制台输出 5 请问官方人员 我在使用命名空间过程中是否少了什...
来源: Laya_社区 发布时间: 20190302
...tAll有问题,返回的hitresult个数和collider对象是对的,但是point和normal的数值是错的。同样的参数,shapecast返回的collider和point,normal都是正确的。 陈育源 • 2018-10-18 14:44 就一个几kb的面片模型,麻烦看下我上传的demo,这边跟其他...
来源: Laya_社区 发布时间: 20181012
...个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite getBounds():Rectangle 获取本对象在父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需...
来源: laya_api 发布时间: 20170929
...ToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRenderType getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform g...
来源: Laya3.0_api 发布时间: 20231115
...点3d射线碰撞和UI点击穿透的问题 //从屏幕空间生成射线 point.elements[0] = MouseManager.instance.mouseX; point.elements[1] = MouseManager.instance.mouseY; camera.viewportPointToRay(point, ray); //射线检测获取所有检测碰撞到的物体 Physics.rayCas...
来源: Laya_社区 发布时间: 20180120
...:Number = 1):void 绘制圆形。 Graphics drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 Graphics drawLine(fromX:Number, fromY:Number, toX:Number, toY:Number, lineColor:String, lineWidth:Number = 1):void 绘制一条线。 Graphics d...
来源: laya_api 发布时间: 20170929
...交 1 个回复 Laya_Aaron 赞同来自: hitFriction 类似 distance point 可能是你要的triangleposition 2018-10-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 陈育源 相关问题 laya2.0加载3d场景报错Uncaught TypeEr...
来源: Laya_社区 发布时间: 20181013