大约有 411 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(167) Laya3.0_api(86) Laya2.0_api(57) laya_api(53) Laya2.0_文档(23) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(6)
...ctangle(0, 0, 1120, 860), new Handler(this, this.completeHandler),null,new Point(1120,860)); 最后那个参数new Point(1120,860),其实是地图的分块渲染的大小,默认是450,450,所以把我的地图分成3次渲染了。 注释很奇怪 gridSize:Point (default = null) — grid...
来源: Laya_社区 发布时间: 20180321
...r = 0; private pitch: number = 0; private animator: Laya.Animator; private point: Laya.Vector2 = new Laya.Vector2(); private _ray: Laya.Ray; private _outHitResult: Laya.HitResult; private text: Laya.Text = new Laya.Text(); constructor() { //初始化引擎 Laya3D.init(0, 0); Laya.stage.scaleMode = L...
来源: Laya_社区 发布时间: 20200917
...wLine 鼠标 画笔 画线 锯齿 mouseMove(e:Laya.Event){ /**/ var p:Laya.Point=this.startPoint; this.cls.graphics.drawPath(0,0,[ ["moveTo", p.x,p.y], ["lineTo", e.stageX,e.stageY] ],null,{strokeStyle:"#ff0000",lineWidth:15,lineJoin:"round",lineCap:"round"}); //*/ //this.cls.graphics.drawLine(this....
来源: Laya_社区 发布时间: 20220920
... 开始绘制的 Y 轴位置。 * @param points 多边形的点集合。 * @param fillColor 填充颜色,或者填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变...
来源: Laya_社区 发布时间: 20180507
...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
...ors center radius Methods clone cloneTo intersectsRayDistance intersectsRayPoint toDefault createFromSubPoints createfromPoints Constructors constructor new BoundSphere(center?: Vector3, radius?: number): BoundSphere Defined in laya/d3/math/BoundSphere.ts:30 创建一个 BoundSphere 实例。 Parame...
来源: Laya3.0_api 发布时间: 20231115
...边形相对于Sprite对象,X轴,Y轴的偏移量,单位是像素。 Points:多边形的点集合,三角形也是一个多边形,只不过是3个点。 Line Width:多边形线框的宽度。 Line Color:多边形线框的颜色。 Fill Color:多边形填充的颜色。 动图4-2演...
来源: Laya3.0_文档 发布时间: 20241014
...sionUtils Index Constructors constructor Methods boxContainsBox boxContainsPoint boxContainsSphere closestPointBoxPoint closestPointPlanePoint closestPointPointTriangle closestPointSpherePoint closestPointSphereSphere distanceBoxToBox distanceBoxToPoint distancePlaneToPoint distanceSphereToPoint dis...
来源: Laya3.0_api 发布时间: 20231115
...组件库 里面太老了,1.77 List 里面有一个protected var _offset:Point = new Point(); ,而在 组件库里面没有这个属性,编译之后 放到IDE里面 IDE报错 为 ReferenceError:Point is not defined!!! 是因为类库的版本太低 ,还是其他的原因呢! 如果太低...
来源: Laya_社区 发布时间: 20170810
...魔鬼, 用于确定瞄准点和整体的中心点 */ private _pivot_demon:Point = <Point>{ x: 50, y: 50 }; /** 特指血条+魔鬼的大小, 用于计算飞行物整体大小 */ private _top_area:Area = <Area>{ w: -1, h: -1 }; /** 血条 */ private _blood_chart: Laya.ProgressBar...
来源: Laya_社区 发布时间: 20180515