大约有 264 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0052 秒)
Laya3.0_api(65) Laya_社区(58) Laya_示例(37) Laya2.0_示例(36) Laya2.0_文档(35) Laya2.0_api(18) laya_api(14) Laya3.0_文档(1)
...的文本部分。 **示例代码:** ```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
...用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
...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
...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
...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
...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
...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
... = 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
...LayaAir引擎的屏幕缩放模式。在 API文档中,我们搜索laya.display.Stage,可以看到关于缩放模式的方法scaleMode共有七种参数,用于实现各种屏幕适配的缩放需求,参数说明如图1所示: ![blob.png](img/1.png) (图1)LayaAir引擎关于缩放模...
来源: Laya2.0_文档 发布时间: 20200307
...LayaAir引擎的屏幕缩放模式。在 API文档中,我们搜索laya.display.Stage,可以看到关于缩放模式的方法scaleMode共有七种参数,用于实现各种屏幕适配的缩放需求,参数说明如图1所示: ![blob.png](img/1.png) (图1)LayaAir引擎关于缩...
来源: Laya2.0_文档 发布时间: 20200307