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

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

201. laya.display.Text_API3.0 [ 33%]

...宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 onInit(); } private function onInit():void { var text:Text = new Text();//创建一个 Text 类实例对象 text 。 text.text = "这个一个 Text 文本示例。"; text.color = "#008fff";//设置 text ...

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

202. laya.display.Input [ 31%]

...设置为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本否为粗体字。 默认值为 false,这意味着不使用粗...

来源: laya_api 发布时间: 20170929

203. 属性设置器(JavaScript-IDE篇(JS)-设计模式基础) [ 30%]

...一下。 ### 2.1 场景颜色(sceneColor) 场景颜色即场景编辑器背景颜色,可手动输入编码修改颜色,还可以从调色板修改如图3-1,3-2所示。 ![图3-1](img/3-1.png) (图3-1) ![动图3-2](img/3-2.gif) (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) ...

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

204. 属性设置器(TypeScript-IDE篇(TS)-设计模式基础) [ 30%]

...一下。 ### 2.1 场景颜色(sceneColor) 场景颜色即场景编辑器背景颜色,可手动输入编码修改颜色,还可以从调色板修改如图3-1,3-2所示。 ![图3-1](img/3-1.png) (图3-1) ![动图3-2](img/3-2.gif) (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) ...

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

205. 属性设置器(ActionScript-IDE篇(AS3)-设计模式基础) [ 30%]

...一下。 ### 2.1 场景颜色(sceneColor) 场景颜色即场景编辑器背景颜色,可手动输入编码修改颜色,还可以从调色板修改如图3-1,3-2所示。 ![图3-1](img/3-1.png) (图3-1) ![动图3-2](img/3-2.gif) (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) ...

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

206. laya.display.Stage [ 27%]

...为true,对性能有一定影响。 Sprite  bgColor : String舞台背景颜色,默认为黑色,null为透明。Stage blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象否缓存为静态图像,cacheAs时,子对...

来源: laya_api 发布时间: 20170929

207. laya.display.Stage [ 25%]

...为true,对性能有一定影响。 Sprite  bgColor : String舞台背景颜色,默认为黑色,null为透明。Stage blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象否缓存为静态图像,cacheAs时,子对...

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

208. laya.ui.CheckBox_API3.0 [ 25%]

...置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var checkBox:CheckBox = new CheckBox("r...

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

209. laya.ui.Button_API3.0 [ 25%]

...置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resour...

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

210. laya.ui.UIGroup [ 25%]

...取。设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间垂直距离(以像素为单位)。 UIComponent cacheA...

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