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

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

1071. laya.device.geolocation.Geolocation [ 76%]

...更少的电量消耗。 默认值为false。 Geolocation  maximumAge : Number = 0[static] 表示可被返回的缓存位置信息的最大时限。 如果设置为0,意味着设备不使用缓存位置,并且尝试获取实时位置。 如果设置为Infinity,设备必须返回缓存位置...

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

1072. 微信小游戏想使用截图功能是使用canvasToTempFilePath()吗 [ 76%]

... */ export class ImageData { public data: Uint8ClampedArray; public width: number; public height: number; public constructor(width: number, height: number) { this.width = width; this.height = height; this.data = new Uint8ClampedArray(width * height * 4); } } window.ImageData = ImageData; // 报错...

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

1073. 设置遮罩会导致内存大大增高 [ 76%]

...通过 graphics的drawTriangles来实现drawTriangles(texture:Texture, x:number, y:number, vertices:Float32Array, uvs:Float32Array, indices:Uint16Array, matrix:Matrix = null, alpha:number = 1, color:string = null, blendMode:string = null)这个问题下一版会修改。 2019-07-05 1 1 分享 微博...

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

1074. List组件拖动浏览时item会出现重叠的现象 [ 76%]

...为对应图片的路径 var data: Array<string> = []; for (var i: number = 0; i < 2; ++i) { data.push("img_common_pinzhi0.png"); data.push("img_common_pinzhi1.png"); data.push("img_common_pinzhi2.png"); data.push("img_common_pinzhi3.png"); data.push("img_common_pinzhi4.png"); data.push("im...

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

1075. [LayaAir3]sprite.drawToTexture( ) 无法绘制容器内容 [ 76%]

...在某些骨骼动画无法播放,U3D和1.7.*都没问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 关于发布oppo、vivo快游戏,无法生成Rpk问题 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 点...

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

1076. [laya2.0-2.3]CollisionUtils.ts bug [ 76%]

...ctsRayAndPlaneRP(ray:Ray, plane:Plane, out:Vector3):boolean { var distance:number; if (!CollisionUtils.intersectsRayAndPlaneRD(ray, plane, distance)) { out = Vector3._ZERO; return false; } Vector3.scale(ray.direction, distance, CollisionUtils._tempV30); Vector3.add(ray.origin, CollisionUtils._tempV3...

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

1077. 2.4.0bate在放大缩小时文本会不同程度的模糊 [ 76%]

...nState {}    class AnimationState {         static stopped: number;         static paused: number;         static playing: number;         constructor();     }   导致之前用到的动画状态静态常量获取不到 2019-12-13 0 1 分享 微博 QZO...

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

1078. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 76%]

...Class() export class UI_Dialog extends Laya.Script { private DIALOG_WIDTH: number = 220; private DIALOG_HEIGHT: number = 275; private CLOSE_BTN_WIDTH: number = 43; private CLOSE_BTN_PADDING: number = 5; private assets: any[]; private dialog: Laya.Dialog; constructor() { super(); } /** * 组件被激...

来源: Laya3.0_文档 发布时间: 20230303

1079. Layaair的绘制曲线是贝塞尔,又没有和canvas arc()方法一样的画弧线api [ 76%]

...的方法,请求官方帮助, 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 new Laya.Sprite();绘制图形以后,怎么删除释放资源? FD 宏编译时 出现 试图访问该方法时失败 问题状...

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

1080. laya.ui.Styles_API3.0 [ 76%]

...:[upColor,overColor,downColor]。 Static buttonStateNum buttonStateNum: number = 3 Defined in laya/ui/Styles.ts:34 按钮皮肤的状态数,支持1,2,3三种状态值。 Static comboBoxItemColors comboBoxItemColors: any[] = ["#5e95b6", "#ffffff", "#000000", "#8fa4b1", "#ffffff"] Defined in laya/...

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