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

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

811. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 17%]

...; tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "center"; tex.size(Laya.stage.width,Laya.stage.height); } private onSuccess(url:string):void{ this.video = new Laya.Video(Laya.stage.width,Laya.stage.height); this.video.load(url...

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

812. 关于截屏的问题 [ 16%]

...essage 1 06-09 11:49:00.004 1654-1654/? I/TimeManager: notify time change. size = 2 06-09 11:49:00.004 1654-1654/? D/TimeLayout: updateTime(TextView) 06-09 11:49:00.004 1654-1654/? D/TimeLayout: updateTime() 06-09 11:49:00.004 1654-1654/? I/TimeLayout: time = 11:49 06-09 11:49:00.004 1654-1654/? D/T...

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

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

...ext.text = "单击舞台播放和暂停"; text.color = "#FFFFFF"; text.fontSize = 100; text.valign = "middle"; text.align = "center"; text.size(Laya.stage.width, Laya.stage.height); } private function onSuccess(url:String):void { video = new Video(Laya.stage.width, Laya.stage.height); video.load(url...

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

814. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 15%]

...自: 我在加载场景的时候出现了提示 uniformMatrix4fv: invalid size。。请问这个是什么问题?应当如何处理这个问题? @asanwu 2017-11-22 0 2 分享 微博 QZONE 微信 lg450334661 赞同来自: unity导出场景加载,报错,是导出工具的问题还是? 2017-11...

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

815. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 10%]

...{ type : Laya.Sprite}) public spr: Laya.Sprite; onAwake(): void { this.spr.size(512, 313); //设置Sprite大小 this.spr.loadImage("atlas/comp/image.png"); //添加纹理 } } 效果如图4-2所示: (图4-2) 4.1.2 3D节点的基础使用 首先,如动图4-3所示,将场景中已经添加好...

来源: Laya3.0_文档 发布时间: 20241014

816. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 10%]

...* 编辑器默认的文字颜色 */ textColor: gui.Color; createButton(autoSize?: boolean): gui.Button; createIconButton(flat?: boolean): gui.Button; createCheckbox(autoSize?: boolean): gui.Button; createIconCheckbox(flat?: boolean): gui.Button; createRadio(): gui.Button; createComboBox(): gui.Combo...

来源: Laya3.0_文档 发布时间: 20241014

817. 2D物理编辑 · LayaAir3.0文档 · LAYABOX [ 9%]

...在上文的碰撞体基类属性,本节不再重复介绍 3.3.1 宽高 Size 矩形碰撞体,是封闭的直角平行四边形碰撞框。 宽高是该碰撞体特有的属性,如图13-1所示,通过设置宽高改变碰撞体的大小。 (图13-1) 3.3.2 自动适配大小 autoFit 碰撞体...

来源: Laya3.0_文档 发布时间: 20241014

818. laya.display.Animation_API3.0 [ 7%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx framesMap Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY autoPlay blendMode cache...

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

819. laya.display.Text_API3.0 [ 7%]

...体。 text.bold = true;//设置 text 的文本显示为粗体。 text.fontSize = 30;//设置 text 的字体大小。 text.wordWrap = true;//设置 text 的文本自动换行。 text.x = 100;//设置 text 对象的属性 x 的值,用于控制 text 对象的显示位置。 text.y = 100;//设置 tex...

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

820. laya.ui.Dialog_API3.0 [ 7%]

...ialog_Instance():void { var bg:Image = new Image("resource/ui/bg.png"); bg.sizeGrid = "40,10,5,10"; bg.width = 150; bg.height = 250; addChild(bg); var image:Image = new Image("resource/ui/image.png"); addChild(image); var button:Button = new Button("resource/ui/btn_close.png"); button.name = Dialog....

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