大约有 11 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
...rom Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolea...
来源: Laya3.0_api 发布时间: 20231115
...于控制 text 对象的显示位置。 text.width = 300;//设置 text 的宽度。 text.height = 200;//设置 text 的高度。 text.italic = true;//设置 text 的文本显示为斜体。 text.borderColor = "#fff000";//设置 text 的文本边框颜色。 Laya.stage.addChild(text);//将 text 添...
来源: Laya3.0_api 发布时间: 20231115
...控制 label 对象的显示位置。 label.width = 300;//设置 label 的宽度。 label.height = 200;//设置 label 的高度。 Laya.stage.addChild(label);//将 label 添加到显示列表。 var passwordLabel:Label = new Label("请原谅我,我不想被人看到我心里话。");//创建一个...
来源: Laya3.0_api 发布时间: 20231115
...粗体,功能同bold color:#ff0000; 字体颜色 stroke:2px; 字体描边宽度 strokeColor:#ff0000; 字体描边颜色 padding:10px 10px 20px 20px; 边缘的距离 vertical-align:top|bottom|middle; 垂直对齐方式 align:left|right|center; 水平对齐方式 line-height:20px; 行高 background-...
来源: Laya3.0_api 发布时间: 20231102
...Input 对象的显示位置。 textInput.width = 300;//设置 textInput 的宽度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efef...
来源: Laya3.0_api 发布时间: 20231115
...extArea 对象的显示位置。 textArea.width = 300;//设置 textArea 的宽度。 textArea.height = 200;//设置 textArea 的高度。 Laya.stage.addChild(textArea);//将 textArea 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgCol...
来源: Laya3.0_api 发布时间: 20231115
...width(width: number): void Defined in laya/resource/HTMLCanvas.ts:35 获取宽度。 Returns number Defined in laya/resource/HTMLCanvas.ts:39 获取宽度。 Parameters width: number Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Reso...
来源: Laya3.0_api 发布时间: 20231115
...nt.contextWidth Defined in laya/html/dom/HTMLDivElement.ts:172 获取內容宽度 Returns number customRenderEnable set customRenderEnable(b: boolean): void Inherited from AnimationBase.customRenderEnable Defined in laya/display/Sprite.ts:319 设置是否开启自定义渲染,只有开启自定义...
来源: Laya3.0_api 发布时间: 20231102
...id Inherited from Bitmap.width Defined in laya/resource/Bitmap.ts:15 获取宽度。 Returns number Inherited from Bitmap.width Defined in laya/resource/Bitmap.ts:19 获取宽度。 Parameters width: number Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defin...
来源: Laya3.0_api 发布时间: 20231102
...rom Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolea...
来源: Laya3.0_api 发布时间: 20231115