大约有 42 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0070 秒)
... laya/display/Graphics.ts:332 在画布上绘制“被填充且镶边的”文本。 Parameters text: string | WordText 在画布上输出的文本。 x: number 开始绘制文本的 x 坐标位置(相对于画布)。 y: number 开始绘制文本的 y 坐标位置(相对于画布)。 font: s...
来源: Laya3.0_api 发布时间: 20231115
... laya/display/Graphics.ts:332 在画布上绘制“被填充且镶边的”文本。 Parameters text: string | WordText 在画布上输出的文本。 x: number 开始绘制文本的 x 坐标位置(相对于画布)。 y: number 开始绘制文本的 y 坐标位置(相对于画布)。 font: s...
来源: Laya3.0_api 发布时间: 20231115
... laya/display/Graphics.ts:332 在画布上绘制“被填充且镶边的”文本。 Parameters text: string | WordText 在画布上输出的文本。 x: number 开始绘制文本的 x 坐标位置(相对于画布)。 y: number 开始绘制文本的 y 坐标位置(相对于画布)。 font: s...
来源: Laya3.0_api 发布时间: 20231115
...aya/display/Text" Text Class Text Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的字体而显示异常)...
来源: Laya3.0_api 发布时间: 20231115
...ned in Laya.ts:66 微信小游戏是否需要在主域中自动将加载的文本数据自动传递到子域,默认 false Static loader loader: Loader = null Defined in Laya.ts:58 加载管理器的引用。 Static stage stage: Stage = null Defined in Laya.ts:49 舞台对象的引用。 Static tim...
来源: Laya3.0_api 发布时间: 20231115
...nput" Input Class Input Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击输入时的文本的位置有少许的偏差。 Hierarchy Text Input Index Cons...
来源: Laya3.0_api 发布时间: 20231115
...laya/ui/Label" Label Class Label Label 类用于创建显示对象以显示文本。 example 以下示例代码,创建了一个 Label 实例。 package { import laya.ui.Label; public class Label_Example { public function Label_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模...
来源: Laya3.0_api 发布时间: 20231115
...put Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextInput; import laya.utils.Handler; public class TextInput_Example { public function TextInput_E...
来源: Laya3.0_api 发布时间: 20231115
...tArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; public class TextArea_Example { public function TextArea_Example() { Laya.init(640, 800);...
来源: Laya3.0_api 发布时间: 20231115
...lue: string): void Defined in laya/ui/ComboBox.ts:433 默认的下拉提示文本。 Returns string Defined in laya/ui/ComboBox.ts:437 默认的下拉提示文本。 Parameters value: string Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115