大约有 1,840 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0053 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(54)
...更少的电量消耗。 默认值为false。 Geolocation maximumAge : Number = 0[static] 表示可被返回的缓存位置信息的最大时限。 如果设置为0,意味着设备不使用缓存位置,并且尝试获取实时位置。 如果设置为Infinity,设备必须返回缓存位置...
来源: Laya2.0_api 发布时间: 20190513
... */ 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
...通过 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
...为对应图片的路径 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
...在某些骨骼动画无法播放,U3D和1.7.*都没问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 关于发布oppo、vivo快游戏,无法生成Rpk问题 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 点...
来源: Laya_社区 发布时间: 20240425
...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
...nState {} class AnimationState { static stopped: number; static paused: number; static playing: number; constructor(); } 导致之前用到的动画状态静态常量获取不到 2019-12-13 0 1 分享 微博 QZO...
来源: Laya_社区 发布时间: 20191213
...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
...的方法,请求官方帮助, 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 new Laya.Sprite();绘制图形以后,怎么删除释放资源? FD 宏编译时 出现 试图访问该方法时失败 问题状...
来源: Laya_社区 发布时间: 20180101
...:[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