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

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

111. laya.ani.swf.MovieClip [ 79%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  basePath : String资源根目录。MovieClip blendMode : String指定要使用的混合模式。目前只支...

来源: laya_api 发布时间: 20170929

112. laya.ui.Tab [ 79%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

113. laya.ui.HScrollBar [ 79%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

114. laya.map.MapLayer [ 79%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显...

来源: laya_api 发布时间: 20170929

115. 分享:截屏! [ 79%]

...  Laya.init(Browser.width, Browser.height,WebGL);             //设置背景颜色             Laya.stage.bgColor = "#ffcccc";             //设置舞台CLICK,该CLICK作为截屏的开关,点击舞台,对舞台对应的canvas区域进行截屏             ...

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

116. laya.utils.Stat [ 79%]

...r 提交次数,值越小越好; Canvas:由三个数值组成,只有设置 CacheAs 后才会有值,默认为0/0/0。从左到右数值的意义分别为:每帧重绘的画布数量 / 缓存类型为"normal"类型的画布数量 / 缓存类型为"bitmap"类型的画布数量。 Public Prop...

来源: laya_api 发布时间: 20170929

117. 文本-单行输入 [ 79%]

... 1; // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText); } })();module laya { import Input = Laya.Input; import Stage = Lay...

来源: Laya_示例 发布时间: 20241117

118. laya.ui.RadioGroup [ 79%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

119. 文本-字数限制 [ 79%]

...xt.width >> 1; inputText.y = Laya.stage.height - inputText.height >> 1; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; inputText.maxChars = 5; } } new Text_MaxChars();module laya { import Input = Laya.Input; import St...

来源: Laya2.0_示例 发布时间: 20241117

120. 文本对齐与自动换行(TypeScript-LayaAir基础篇(TS)-文本) [ 79%]

... ![1](img/1.png) ![2](img/2.png) ![3](img/3.png) ![4](img/4.png) 给我们设置字体样式的代码中,先给这个文本设置一个文本区域,然后设置文本在文本区域水平居中和垂直居中。不设置文本区域的直接设置文本的水平对齐和垂直对齐将不会有...

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