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

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

101. laya.ui.HBox_API3.0 [ 70%]

...otation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contai...

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

102. ToolTip鼠标悬停的使用 [ 70%]

...ton Three"],false); } private function showTips():void { _testTip.my_label.text="我是button Two" _tip.showDislayTip(_testTip); } private function showTips2(name:String):void { _testTip.my_label.text="我是:" name; _tip.showDislayTip(_testTip);//自定义鼠标悬浮提示请用showDislayTip } } }...

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

103. 位图文本怎么做渐变消隐动画? [ 70%]

...容相关的链接 提交 1 个回复 bpmf_d 赞同来自: private createText(font: string): void {         var txt: Text = new Text();         txt.width = 250;         txt.wordWrap = true;         txt.text = "测试文本";         txt.font = font;      ...

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

104. bitmapFont.loadFont()加载多个地址导致位图输出重 [ 69%]

...加载多个地址导致位图输出重 构造函数中是 this.setDataByTextureList("\n6+", ["res/fontadd/num6.fnt","res/fontadd/num+.fnt"]);     private setDataByTextureList(value:string, urls:string[]){ for(var i=0;i<urls.length;i++){ var bitmapFont: BitmapFont = new BitmapFont(); var url=ur...

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

105. LayaAir下加载阿拉伯TTF字体,手机上显示时左右顺序反了。 [ 69%]

... = "#0e277a"; Laya.stage.frameRate = "fast"; Config.atlasEnable = true;   Text.CharacterCache = false; Text.setTextRightToLeft(); //设置文字排版模式为右到左。 Styles.labelColor = "#FFFFFF"; Font.defaultColor = "#FFFFFF"; Font.defaultSize = 36; Font.defaultFamily = "Arial"; //Arial 微...

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

106. bind函数的作用 [ 69%]

... 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 Text类中竟然没有pos函数的api~ MiniAdpter.autoCacheFile=true没有任何作用,并没有缓存资源 lineCap不起作用,什么原因了? 时间冒泡了,stopPropagation 不起作用 var text = new Laya.Text();...

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

107. laya.ui.Label [ 69%]

...lInheritanceLabel UIComponent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

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

108. 使用laya官方示例代码制作微信小游戏无法显示 [ 69%]

...= 4; var label: Label = new Label(); label.font = "Microsoft YaHei"; label.text = "SAMPLE DEMO"; label.fontSize = 30; label.color = color; if (strokeColor) { label.stroke = STROKE_WIDTH; label.strokeColor = strokeColor; } Laya.stage.addChild(label); return label; } } } //初始化微信小游戏 Lay...

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

109. LayaAirIDE中第一个程序“Hello Layabox”(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 69%]

... * @author laya_Aaron(小明)      */     import laya.display.Text;     public class HelloLayabox     {         public function HelloLayabox()         {             //创建舞台,默认背景色是黑色的             Laya.init(600...

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

110. laya.ui.ColorPicker_API3.0 [ 69%]

...X scaleY scene scrollRect selectedColor skewX skewY skin stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains cu...

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