大约有 38 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0071 秒)
... complete?: Function | null): void Defined in laya/display/Graphics.ts:443 加载并显示一个图片。 Parameters url: string 图片地址。 Default value x: number = 0 (可选)显示图片的x位置。 Default value y: number = 0 (可选)显示图片的y位置。 Default value width: nu...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Graphics.loadImage Defined in laya/display/Graphics.ts:443 加载并显示一个图片。 Parameters url: string 图片地址。 Default value x: number = 0 (可选)显示图片的x位置。 Default value y: number = 0 (可选)显示图片的y位置。 Default value width: nu...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Graphics.loadImage Defined in laya/display/Graphics.ts:443 加载并显示一个图片。 Parameters url: string 图片地址。 Default value x: number = 0 (可选)显示图片的x位置。 Default value y: number = 0 (可选)显示图片的y位置。 Default value width: nu...
来源: Laya3.0_api 发布时间: 20231115
... Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in...
来源: Laya3.0_api 发布时间: 20231115
... Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in...
来源: Laya3.0_api 发布时间: 20231115
...er.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new TextInput("这是一个TextInput实例。");//创建一个 TextInput 类的实例对象 textInput 。 textInput.skin = "resource/ui/inpu...
来源: Laya3.0_api 发布时间: 20231115
... Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in...
来源: Laya3.0_api 发布时间: 20231115
...er.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textArea:TextArea = new TextArea("这个一个TextArea实例。");//创建一个 TextArea 类的实例对象 textArea 。 textArea.skin = "resource/ui/input.png";...
来源: Laya3.0_api 发布时间: 20231115
...ader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/button.png","label");//创建一个 Button 类的实例对象 button ,并传入它的皮...
来源: Laya3.0_api 发布时间: 20231115
...oader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var checkBox:CheckBox = new CheckBox("resource/ui/check.png", "这个是一个CheckBox组件。");//创建一个 CheckBox 类的实例...
来源: Laya3.0_api 发布时间: 20231115