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

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

1481. 谁能告诉我Laya2.0的playerglobal.swc去哪了?没有这个FlashBuilder怎么开发? [ 49%]

....0 3d物理碰撞穿透问题 laya2.0引入第三方库失败 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 请问 《学习开发HTML5游戏《打地鼠》(LayaAir引擎)TS》的视频教程是否有配到代码下载? [Laya2.0 3D] 2.0正式版上存在某些骨...

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

1482. laya.ui.Radio_API3.0 [ 49%]

...n Button_toggle() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete)); } private function onLoadComplete():void { trace("资源加载完成...

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

1483. layaair2-cmd安装报错 [ 49%]

....ui自动生成的ui代码报错 微信小游戏编译报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? laya2 发布微信开放域工程,用微信开发者工具打开报错 问题状态 最新活动: 2020-01-13 16:04 浏览: 949 关注: 1 人 layabox • 2020-01-1...

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

1484. laya.ui.HSlider_API3.0 [ 49%]

...} example Laya.init(640, 800, "canvas");//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 var hSlider; var res = ["resource/ui/hslider.png", "resource/ui/hslider$bar.png"]; Laya.loader.load(res, laya.utils.Handler.create(this, onLoadComplete)); fu...

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

1485. laya.ui.ComboBox [ 49%]

...性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent  button : Button[read-only] 获取对 ComboBox 组件所包含...

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

1486. laya.display.Text [ 49%]

...,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值为 true,则文本为粗体字。 Text  borderColor : String 文...

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

1487. laya.ui.ScaleBox_API3.0 [ 49%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void botto...

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

1488. laya.display.Text_API3.0 [ 49%]

...on Text_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var text:Text = new Text();//创建一个 Text 类的实例对象 text 。 text.text = "这个是一个 Te...

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

1489. laya.ui.Box_API3.0 [ 49%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void botto...

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

1490. tween对Text的缩放,为何会抖动呢? [ 49%]

...右摇晃一下,最后回到原大小或原位置,应该用什么缓动模式 摄像机跟随刚体移动,刚体出现抖动。 模型动画抖动的问题 2.1 spine 动画播放出现抖动的bug修复 将pivot设置为图片中心后,缩放结点,碰撞体和图片不是以相同锚点...

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