大约有 339 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)
Laya_社区(176) Laya3.0_api(65) Laya2.0_文档(28) Laya_示例(17) Laya2.0_示例(14) Laya2.0_api(14) laya_api(13) Laya3.0_文档(12)
...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
...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
...容相关的链接 提交 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
...加载多个地址导致位图输出重 构造函数中是 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
... = "#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
... 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 Text类中竟然没有pos函数的api~ MiniAdpter.autoCacheFile=true没有任何作用,并没有缓存资源 lineCap不起作用,什么原因了? 时间冒泡了,stopPropagation 不起作用 var text = new Laya.Text();...
来源: Laya_社区 发布时间: 20180130
...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
...= 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
... * @author laya_Aaron(小明) */ import laya.display.Text; public class HelloLayabox { public function HelloLayabox() { //创建舞台,默认背景色是黑色的 Laya.init(600...
来源: Laya2.0_文档 发布时间: 20210715
...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