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

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

231. laya.display.Stage_API3.0 [ 39%]

...bgColor(value: string): void Defined in laya/display/Stage.ts:675 舞台背景颜色默认为黑色,null为透明。 Returns string Defined in laya/display/Stage.ts:679 舞台背景颜色默认为黑色,null为透明。 Parameters value: string Returns void blendMode get blendMode():...

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

232. laya.ui.ViewStack_API3.0 [ 38%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

233. laya.ui.ScaleBox_API3.0 [ 38%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

234. laya.ui.Box_API3.0 [ 38%]

...or(): string set bgColor(value: string): void Defined in laya/ui/Box.ts:25 背景颜色 Returns string Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in laya/di...

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

235. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 38%]

...rrCheck: boolean = [false, false, false, false]; private init() { // 设置背景色为场景高度 this.box_color_bg.height = Laya.stage.height; } onEnable() { this.init(); // 判定是注册还是忘记密码 if (GameData.I.isReg) { this._regMode(); } else { this._forgetMode(); } // 添加取消...

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

236. laya.ui.LayoutBox_API3.0 [ 38%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

237. laya.ui.VBox_API3.0 [ 38%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

238. laya.ui.HBox_API3.0 [ 38%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

239. laya.ui.Panel_API3.0 [ 38%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

240. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 30%]

...IEditor.GUIUtils。 export interface IGUIUtils { /** * 编辑器默认背景颜色 */ bgColor: gui.Color; /** * 编辑器默认分割线颜色 */ lineColor: gui.Color; /** * 编辑器默认文字颜色 */ textColor: gui.Color; createButton(autoSize?: boolean): gui.Button; createIconButton(f...

来源: Laya3.0_文档 发布时间: 20250214