大约有 573 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0044 秒)
Laya_社区(339) Laya3.0_api(158) Laya2.0_文档(35) Laya3.0_文档(19) Laya2.0_示例(7) laya_api(7) Laya_示例(6) Laya2.0_api(2)
...名)。 Returns string url get url(): string Defined in laya/net/URL.ts:60 格式化后的地址。 Returns string Methods Static __init__ __init__(): void Defined in laya/net/URL.ts:31 Returns void Static customFormat customFormat(url: string): string Defined in laya/net/URL.ts:70 自定义URL格...
来源: Laya3.0_api 发布时间: 20231115
...1; this.addChild(this.text); this.setImg = function(data) { var aar=[[150,160],[10,80],[150,0],[300,80]]; this.text.text="房号:1000000\n底分:222222\n玩法:看牌抢庄" this.jushu = new Text(); this.jushu.fontSize = 20; this.jushu.pos(160, 130); this.jushu.text="2/8局" this.jushu.color = "#FF0...
来源: Laya_社区 发布时间: 20170920
...om.shenyou.66666I/LayaBox: JSWebSocketDelegate::onClose()this=b51dd670 ws=86085d00 2021-12-03 12:22:59.309 23385-23457/com.shenyou.66666I/LayaBox: JSWebSocket::onSocketCloseCallJSFunction this=86085d00 这种问题如何解决啊 附件 : --> 2021-12-03 添加评论 免费帖 --> 分享 微博 QZO...
来源: Laya_社区 发布时间: 20211203
...0) _components : Array(1) _conchData : null _farPlane : 100 _fieldOfView : 60 _id : 1 _isStatic : false _layer : 0 _nearPlane : 0.1 _needProcessCollisions : false _needProcessTriggers : false _normalizedViewport : Viewport _orthographic : false _orthographicVerticalSize : 10 _parent : Scene3D _proje...
来源: Laya_社区 发布时间: 20181203
...an = true Defined in laya/d3/component/Animator/AnimatorControllerLayer.ts:60 激活时是否自动播放。 Static BLENDINGMODE_ADDTIVE BLENDINGMODE_ADDTIVE: number = 1 Defined in laya/d3/component/Animator/AnimatorControllerLayer.ts:17 混合模式_叠加。 Static BLENDINGMODE_OVERRIDE BLENDINGMO...
来源: Laya3.0_api 发布时间: 20231115
...elloLayabox { public function HelloLayabox() { //初始化引擎 Laya.init(600, 300); var txt:Text = new Text(); //设置文本内容 txt.text = "Hello Layabox"; //设置文本颜色为白色,默认颜色为黑色 txt.color = '#ffffff'; //将文本内容添加到舞台 Laya.stage.addChild(txt); } ...
来源: Laya2.0_文档 发布时间: 20210715
...ction UI_Clip() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.alignV = Stage.ALIGN_MIDDLE; //画布水平居中对齐 Laya.stage.alignH = Stage.ALIGN_CENTER; //等比缩放 Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya...
来源: Laya2.0_文档 发布时间: 20210714
...G:查看最终运行效果 G-1 设置isSlow=true; Animation的以默认60FPS/S的运行速度运行 G-2 设置isSlow=false; Animation的运行间隔为0.5S,速度变慢 由于效果不好直接在文档中表现,请开发者手动操作体验下 -------------------------------------------...
来源: Laya_社区 发布时间: 20161014
...mbobox.labelColors = "#32556b,#32cc6b,#ff0000"; this.combobox.itemHeight = 60; // itemColors格式:"悬停或被选中时背景颜色,悬停或被选中时标签颜色,标签颜色,边框颜色,背景颜色" this.combobox.itemColors = "#5e95b6,#ffffff,#000000,#ff0000,#ffffff"; this.combobox.select...
来源: Laya3.0_文档 发布时间: 20251010
... this._datai32[ /*laya.display.SpriteConst.POSCANVAS_DRAW_TARGET_CMD_ID*/60]=DrawCanvasCmdNative._DRAW_CANVAS_CMD_ENCODER_.getPtrID(); this._datai32[ /*laya.display.SpriteConst.POSCANVAS_DRAW_TARGET_PARAM_ID*/61]=this._drawCanvasParamData.getPtrID(); }中的addCallbackFunc(1...
来源: Laya_社区 发布时间: 20190612