大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0050 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...ROKE_WIDTH; label.strokeColor = strokeColor; } Laya.stage.addChild(label); return label; } })();module laya { import Stage = Laya.Stage; import Label = Laya.Label; import WebGL = Laya.WebGL; export class UI_Label { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL);...
来源: Laya_示例 发布时间: 20241120
...非压缩发布,在laya.xmmini.js文件中的onMkdirCallBack方法中加return。如果使用压缩发布,就在laya.xmmini.min.js文件中的onMkdirCallBack方法中加return。如下图所示: 2022-05-10 0 1 分享 微博 QZONE 微信 183*****654 赞同来自: 出现这个报错 2022-05-11 0...
来源: Laya_社区 发布时间: 20220510
这一段代码是怎么编译生产的 /** *是否创建私有Source *@return 是否创建 */ __getset(0,__proto,'enableMerageInAtlas',function(){ return this._enableMerageInAtlas; },function(value){ this._enableMerageInAtlas=value; }); 1.__getset方法 2018-03-16 添加评论 免费帖 --> 分享...
来源: Laya_社区 发布时间: 20180316
....underlineColor = underlineColor; txt.pos(x, y); Laya.stage.addChild(txt); return txt; } })();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import WebGL = Laya.WebGL; export class Text_Underline { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(600, 400, WebGL...
来源: Laya_示例 发布时间: 20241120
...keColor) { label.stroke = STROKE_WIDTH; label.strokeColor = strokeColor; } return label; } } new UI_Label();module laya { import Stage = Laya.Stage; import Label = Laya.Label; import WebGL = Laya.WebGL; export class UI_Label { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, ...
来源: Laya2.0_示例 发布时间: 20241120
...arameters templet: SpineTemplet Default value twoColorTint: boolean = true Returns SpineSkeletonRenderer Properties premultipliedAlpha premultipliedAlpha: boolean Defined in laya/spine/SpineSkeletonRenderer.ts:15 templet templet: SpineTemplet Defined in laya/spine/SpineSkeletonRenderer.ts:17 vertexE...
来源: Laya3.0_api 发布时间: 20231115
...onstructor new UBBParser(): UBBParser Defined in laya/html/UBBParser.ts:16 Returns UBBParser Properties defaultImgHeight defaultImgHeight: number = 0 Defined in laya/html/UBBParser.ts:14 defaultImgWidth defaultImgWidth: number = 0 Defined in laya/html/UBBParser.ts:13 lastColor lastColor: string Defi...
来源: Laya3.0_api 发布时间: 20231115
...ure2DLoader(): Texture2DLoader Defined in laya/loaders/TextureLoader.ts:20 Returns Texture2DLoader Methods load load(task: ILoadTask): Promise<BaseTexture> Implementation of IResourceLoader.load Defined in laya/loaders/TextureLoader.ts:32 Parameters task: ILoadTask Returns Promise<BaseTextu...
来源: Laya3.0_api 发布时间: 20231115
...ameters origin: Vector3 射线的起点 direction: Vector3 射线的方向 Returns Ray Properties direction direction: Vector3 Defined in laya/d3/math/Ray.ts:10 方向 origin origin: Vector3 Defined in laya/d3/math/Ray.ts:8 原点 Methods at at(t: number, out: Vector3): void Defined in laya/d3/math/...
来源: Laya3.0_api 发布时间: 20231115
...m”注释这里暂时解决 // if (WebGLContext._useProgram===program) // return false; gl.useProgram(program); WebGLContext._useProgram=program; return true; } cdsc • 2020-11-16 16:51 @151*****986:是需要新加这段代码么?我是用的1.X的版本 cdsc • 2020-11-16 16:53 我是用的也...
来源: Laya_社区 发布时间: 20200922