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

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

71. [2.2.0]Label斜体不显示文字, 100%复现, 这次不闪退了 [ 75%]

[2.2.0]Label斜体不显示文字, 100%复现, 这次不闪退了 LayaNative2.2.0  layaAir2.2.0  ide2.2.0 还是老规矩,  官方2D示例修改,  将文字设为斜体.   this.tipLbll.italic = true; //这是重点 this.tipLbll.bold = false; this.tipLbll.text = "A测试B"; 进游戏死掉, ...

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

72. sound manager在MOUSE_OVER事件中无法播放 [ 75%]

...is.onPlaySound);         }          private createButton(label: string): Sprite {             var w: number = 110;             var h: number = 40;              var button: Sprite = new Sprite();             button.siz...

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

73. textArea滚动条异常问题 [ 75%]

...高,滚动条就出现了。初步确定是键盘输入文字无法改变labeltextHeight,还是说别的什么情况?有没有什么处理方式? 2017-08-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...

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

74. 为什么laya的Button渲染逻辑顺序是先渲染,再获取素材切片? [ 75%]

...s._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)this._text.strokeColor=this._strokeColors[index]; } } __proto.changeClips=function(){ var img=Loader.getRes(this._skin); if (!img){ console.log("lose s...

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

75. laya.ui.HSlider_API3.0 [ 75%]

... _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled...

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

76. laya.ui.VSlider_API3.0 [ 75%]

... _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled...

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

77. 在Unity中设置动画事件(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 75%]

...件(脚本) var _script = cube.addComponent(SceneScript) as SceneScript; //label用于显示 var _lab = new Laya.Label(); _lab.text = "test"; _lab.height = 100; _lab.width = 100; _lab.fontSize = 40; _lab.pos(200,200); Laya.stage.addChild(_lab); //给脚本的加强表现用方法赋值 _script.showM...

来源: Laya2.0_文档 发布时间: 20210715

78. laya.ui.ComboBox_API3.0 [ 74%]

...on cacheAs centerX centerY components customRenderEnable dataSource defaultLabel destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D isOpen itemColors itemHeight itemPadding itemS...

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

79. laya.utils.ClassUtils [ 74%]

...2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumtime":"" } } ] } ClassUtils  getClass(className:String):*[static] 根据名字返回类对象。 ClassUtils  getInstance(className:String):*[static] 根据名称创建 Class 实例。 ClassUtils  getRegClass...

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

80. laya.ui.Clip_API3.0 [ 74%]

...的任意属性进行赋值。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}};...

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