大约有 14 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...XML Class XML Hierarchy XML Index Constructors constructor Properties name text Accessors attributes Methods elements getAttrBool getAttrFloat getAttrInt getAttrString getNode parse reset setAttribute Constructors constructor new XML(XmlString?: string): XML Defined in laya/html/XML.ts:9 Parameters ...
来源: Laya3.0_api 发布时间: 20231115
...ment Index Constructors constructor Properties _attrs name obj space style text type pool Methods fetchAttributes getAttr getAttrBool getAttrFloat getAttrInt getAttrString reset setAttr getFromPool returnToPool Constructors constructor new HtmlElement(): HtmlElement Defined in laya/html/HtmlElement....
来源: Laya3.0_api 发布时间: 20231115
... = new UBBParser() Defined in laya/html/UBBParser.ts:6 Methods parse parse(text: string, remove?: boolean): string Defined in laya/html/UBBParser.ts:126 Parameters text: string Optional remove: boolean Returns string Globals "laya/html/UBBParser" UBBParser constructor defaultImgHeight defaultImgWidt...
来源: Laya3.0_api 发布时间: 20231115
...d in laya/html/HtmlImage.ts:22 Returns number Methods create create(owner: Text, element: HtmlElement): void Implementation of IHtmlObject.create Defined in laya/html/HtmlImage.ts:30 Parameters owner: Text element: HtmlElement Returns void destroy destroy(): void Implementation of IHtmlObject.destro...
来源: Laya3.0_api 发布时间: 20231115
....ts:57 Parameters x: number y: number Returns boolean create create(owner: Text, element: HtmlElement): void Implementation of IHtmlObject.create Defined in laya/html/HtmlLink.ts:39 Parameters owner: Text element: HtmlElement Returns void destroy destroy(): void Implementation of IHtmlObject.destroy...
来源: Laya3.0_api 发布时间: 20231115
...与用户点击输入时的文本的位置有少许的偏差。 Hierarchy Text Input Index Constructors constructor Properties _extra _onPostLayout _ownGraphics _parseEscapeChars _scene _skinBaseUrl _url autoSize hitTestPrior ignoreLang mouseThrough name tag ELLIPSIS HIDDEN RightToLeft SCROLL SHRINK...
来源: Laya3.0_api 发布时间: 20231115
...Protected All Inherited Externals Only exported Menu Globals "laya/display/Text" Text Class Text Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextInput" TextInput Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextIn...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; p...
来源: Laya3.0_api 发布时间: 20231115
...bel 的边距。 label.color = "#ff00ff";//设置 label 的颜色。 label.text = "Hello everyone,我是一个可爱的文本!";//设置 label 的文本内容。 label.x = 100;//设置 label 对象的属性 x 的值,用于控制 label 对象的显示位置。 label.y = 100;//设置 label 对象...
来源: Laya3.0_api 发布时间: 20231115