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

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

1041. panel内容较多时 真机上报错larger than MAX_TEXTURE_SIZE (4096) [ 66%]

...mPlugin.game_plugin_init(3); 本地调试加载本地图片都报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() runtime运行报错! 小游戏项目 加载有中文的json文件 报错 问题状态 最新活动: 2018-08-08 18:18 浏览:...

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

1042. BoxCollider 调用destroy报错 [ 66%]

...真机报错 window is not defined ide 2.4 layaair2-cmd 编译报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 自定义场景类导出layaMaxUI.ts有前缀导致报错 IDE...

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

1043. playSound和playMusic结束时候有异常抛出 [ 66%]

...商联系...”, 寻路导航示例中添加Laya.PathFind组件报异常 背景音乐播放BUG,销毁异常导致的播放异常,里面有修改方案 关于游戏结束物理引擎的摧毁问题 调用动画结束on方法,报错this.zombieAnimator.on is not a function slider旋转后 拖动...

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

1044. laya.ui.Panel_API3.0 [ 66%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

1045. laya.ui.LayoutBox_API3.0 [ 66%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

1046. laya.ui.HSlider_API3.0 [ 66%]

...置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hslider.png", "resource/ui/hslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { hSlider = new HSlider();//创建一...

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

1047. laya.ui.VSlider_API3.0 [ 66%]

...置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vslider.png", "resource/ui/vslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { vSlider = new VSlider();//创建一...

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

1048. laya.ui.RadioGroup_API3.0 [ 66%]

...置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/radio.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var radioGroup:RadioGroup = new RadioGroup();//创建一个 RadioGro...

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

1049. laya.ui.ViewStack_API3.0 [ 66%]

...lue: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.b...

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

1050. laya.display.Stage [ 66%]

...为true,对性能有一定影响。 Sprite  bgColor : String舞台的背景颜色,默认为黑色,null为透明。Stage blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对...

来源: laya_api 发布时间: 20170929