• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 644 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0106 秒)

611. laya.ui.TextInput_API3.0 [ 25%]

...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

612. laya.display.Input_API3.0 [ 25%]

... 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

613. laya.ui.TextArea_API3.0 [ 25%]

...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

614. laya.ui.ScrollBar_API3.0 [ 24%]

...的 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

615. laya.d3.core.Camera [ 24%]

...D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3D useOcclusionCulling : Boolean 渲染时是否用遮挡剔除。 BaseCamera  viewMatrix : Matrix4x4[read-only] 获取视图矩阵。 Camera  viewport : Viewport 获取屏幕像素坐标的...

来源: Laya2.0_api 发布时间: 20190513

616. laya.ui.RadioGroup_API3.0 [ 23%]

...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

617. laya.d3.core.Sprite3D_API3.0 [ 23%]

... 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

618. laya.ui.Tab_API3.0 [ 23%]

...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

619. laya.display.FrameAnimation [ 23%]

...设计为在创建实例后的任何时候都可以被调用,当相应的资源加载完毕、调用动画帧填充方法(set frames)或者将实例显示在舞台上时,会判断是否正在播放中,如果是,则进行播放。 配合wrapMode属性,可设置动画播放顺序类型。 An...

来源: laya_api 发布时间: 20170929

620. laya.ui.FontClip_API3.0 [ 23%]

...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