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

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

221. Label属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 60%]

...的文本部分。 **示例代码:** ```javascript package { import laya.display.Stage; import laya.ui.Label; import laya.webgl.WebGL; public class UI_Label { public function UI_Label() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.al...

来源: Laya2.0_文档 发布时间: 20210714

222. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 60%]

...用AS语言来创建项目。代码如下: ```java package { import laya.display.Sprite; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor ="#cccccc"; var data:String= "data:image/svg+xml,"+'' + '' + '' + 'I like ' + '' + 'cheese...

来源: Laya2.0_文档 发布时间: 20210715

223. UI-Label [ 60%]

...hild(label); return label; } } } new laya.UI_Label();package { import laya.display.Stage; import laya.ui.Label; import laya.webgl.WebGL; public class UI_Label { public function UI_Label() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; ...

来源: Laya_示例 发布时间: 20241118

224. html固定宽高,设置垂直居中没有效果。只有水平居中才生效。看了下源码,感觉在updatePos函数里的算法不对 [ 60%]

...proto.layout=function(){ if (!this.style)return; this.style._type |=/*laya.display.css.CSSStyle.ADDLAYOUTED*/0x200; var tArray=Layout.layout(this); if (tArray){ if (!this._$P.mHtmlBounds)this._set$P("mHtmlBounds",new Rectangle()); var tRectangle=this._$P.mHtmlBounds; tRectangle.x=tRectangl...

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

225. laya.html.dom.HTMLIframeElement_API3.0 [ 59%]

...cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX piv...

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

226. laya.html.dom.HTMLDivElement_API3.0 [ 59%]

...cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY r...

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

227. UI-Label [ 59%]

...hild(label); return label; } } } new laya.UI_Label();package { import laya.display.Stage; import laya.ui.Label; import laya.webgl.WebGL; public class UI_Label { public function UI_Label() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; ...

来源: Laya2.0_示例 发布时间: 20241118

228. 打飞机点开始游戏加载飞机动画不出来,点重新开始,才出来,新手求助! [ 57%]

... = null; Air.__super.call(this); this.init(); } Laya.class(Air,"Air", laya.display.Sprite); var _proto = Air.prototype; _proto.init = function() { if(this.body == null) { this.body = new laya.display.Animation(); this.addChild(this.body) this.body.loadAnimation("GameRole.ani") } } _proto.playAction ...

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

229. 屏幕适配的缩放模式详解(TypeScript-2D基础篇(TS)-屏幕适配) [ 57%]

...LayaAir引擎的屏幕缩放模式。在 API文档中,我们搜索laya.display.Stage,可以看到关于缩放模式的方法scaleMode共有七种参数,用于实现各种屏幕适配的缩放需求,参数说明如图1所示: ![blob.png](img/1.png) ​ (图1)LayaAir引擎关于缩放模...

来源: Laya2.0_文档 发布时间: 20200307

230. 屏幕适配的缩放模式详解(JavaScript-2D基础篇(JS)-屏幕适配) [ 57%]

...LayaAir引擎的屏幕缩放模式。在 API文档中,我们搜索laya.display.Stage,可以看到关于缩放模式的方法scaleMode共有七种参数,用于实现各种屏幕适配的缩放需求,参数说明如图1所示: ​ ![blob.png](img/1.png) ​ (图1)LayaAir引擎关于缩...

来源: Laya2.0_文档 发布时间: 20200307