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

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

311. laya.ui.Button_API3.0 [ 33%]

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

312. laya.display.Sprite_API3.0 [ 33%]

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

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

313. laya.ui.CheckBox_API3.0 [ 33%]

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

314. laya.media.VideoNode_API3.0 [ 33%]

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

315. laya.device.media.Video_API3.0 [ 32%]

...nBase._skinBaseUrl Defined in laya/display/Sprite.ts:269 如果节点需要加载相关的皮肤,但放在同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:57 autoSize autoSize: boolean = false Inherited from AnimationBase.autoSize D...

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

316. laya.ui.Radio_API3.0 [ 32%]

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

317. laya.html.dom.HTMLIframeElement_API3.0 [ 32%]

...t" HTMLIframeElement Class HTMLIframeElement iframe标签类,目前用于加载外并解析数据 Hierarchy HTMLDivElement HTMLIframeElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active...

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

318. laya.physics.PhysicsDebugDraw_API3.0 [ 32%]

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

319. laya.map.TileAniSprite_API3.0 [ 32%]

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

320. laya.html.dom.HTMLDivElement_API3.0 [ 32%]

...如:abcdef style:样式标签,比如:abc link:外链样式标签,可以加载一个css文件来当style使用,比如: style支持的属性如下: italic:true|false; 是否是斜体 bold:true|false; 是否是粗体 letter-spacing:10px; 字间距 font-family:宋体; 字体 font-size:20px; 字体...

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