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

大约有 194 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0089 秒)

161. laya.ui.Label_API3.0 [ 54%]

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

162. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 53%]

...工具构建和发布项目 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 问题状态 最新活动: 2020-12-24 10:12 浏览: 402 关注: 5 人

来源: Laya_社区 发布时间: 20201223

163. laya.ui.Radio_API3.0 [ 52%]

... Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Implementation of ISelect._url Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Implemen...

来源: Laya3.0_api 发布时间: 20231115

164. laya.ui.View_API3.0 [ 52%]

... Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoDestroyAtClosed autoDestroyAtClosed: boolean = false Inherited from Sc...

来源: Laya3.0_api 发布时间: 20231115

165. laya.ui.CheckBox_API3.0 [ 51%]

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

166. laya.ui.Button_API3.0 [ 51%]

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

167. laya.ui.TextArea_API3.0 [ 50%]

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

168. laya.ui.TextInput_API3.0 [ 50%]

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

169. laya.display.Sprite_API3.0 [ 47%]

...ite 类的实例对象 sprite 。 sprite.loadImage("resource/ui/bg.png");//加载并显示图片。 sprite.x = 200;//设置 sprite 对象相对于父容器的水平方向坐标值。 sprite.y = 200;//设置 sprite 对象相对于父容器的垂直方向坐标值。 sprite.pivotX = 0;//设置 sprite ...

来源: Laya3.0_api 发布时间: 20231115

170. laya.display.Sprite [ 44%]

...wImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite  transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  viewport : Rectangle 视口...

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