大约有 644 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0106 秒)
...d(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new TextInput("这是一个TextInput实例。");//创建一个 TextInput 类的实例对象 textInput 。 textInput.skin = "resource/ui/input.png"...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void valign get valign(): string set valign(value: string...
来源: Laya3.0_api 发布时间: 20231115
...d(["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
...的 ScrollBar 实例。 Parameters Default value skin: string = null 皮肤资源地址。 Returns ScrollBar Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined...
来源: Laya3.0_api 发布时间: 20231115
...D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3D useOcclusionCulling : Boolean 渲染时是否用遮挡剔除。 BaseCamera viewMatrix : Matrix4x4[read-only] 获取视图矩阵。 Camera viewport : Viewport 获取屏幕像素坐标的...
来源: Laya2.0_api 发布时间: 20190513
...d(["resource/ui/radio.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var radioGroup:RadioGroup = new RadioGroup();//创建一个 RadioGroup 类的实例对象 radioGroup 。 radioGroup.pos(100, 100);//设置 radioGroup 的位置信息。 rad...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void Methods _initialize _initialize(): void Inherited fr...
来源: Laya3.0_api 发布时间: 20231115
...oad(["resource/ui/tab.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var tab:Tab = new Tab();//创建一个 Tab 类的实例对象 tab 。 tab.skin = "resource/ui/tab.png";//设置 tab 的皮肤。 tab.labels = "item0,item1,item2";//设置 t...
来源: Laya3.0_api 发布时间: 20231115
...设计为在创建实例后的任何时候都可以被调用,当相应的资源加载完毕、调用动画帧填充方法(set frames)或者将实例显示在舞台上时,会判断是否正在播放中,如果是,则进行播放。 配合wrapMode属性,可设置动画播放顺序类型。 An...
来源: laya_api 发布时间: 20170929
...ue: string): void Inherited from Clip.group Defined in laya/ui/Clip.ts:329 资源分组。 Returns string Inherited from Clip.group Defined in laya/ui/Clip.ts:333 资源分组。 Parameters value: string Returns void height get height(): number set height(value: number): void Inherited from Text.hei...
来源: Laya3.0_api 发布时间: 20231115