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

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

11. 骨骼挂点图片不展示的问题 [ 75%]

...zation.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr...

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

12. Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path [ 74%]

...ryName (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Path.cs:215) LayaExport.DataManager.saveLightMapFile (.JSONObject props) LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaExport.DataManager.getData (System.String lastname)...

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

13. native ui is not defined [ 74%]

...提交 2 个回复 林龙 赞同来自: ts 编译后的 js 代码为:    class StarFlyUI extends ui.hall.HallViewUI {     2018-05-28 0 0 分享 微博 QZONE 微信 林龙 赞同来自: 用es5. 还是要靠自己 2018-05-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...

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

14. 如何在IOS和Android中调用AS 类实例的方法 [ 73%]

...iOS中通过调用 [[conchRuntime GetIOSConchRuntime] callMethod:jsObjId className:@"platform.PlatformAPI" methodName:methodName param:strValue], 运行时候报    reflection error : can not find class [platform.PlatformAPI]. 不知道原因。 className试了"PlatformAPI",也不可以   同时...

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

15. 新手引导在ios浏览器表现异常 [ 73%]

...导在ios浏览器表现异常 代码: module laya  {     export class Sprite_Guide      {         private width = 750;         private height = 1334;         constructor()          {             Laya3D.init(this.width, this.height); ...

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

16. LayaAir3D导出scene 显示 invalid path错误 [ 73%]

...ryName (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Path.cs:215) LayaExport.DataManager.saveLightMapFile (.JSONObject customProps) LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.expor...

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

17. 在Native端IOS下提示反射找不到方法? [ 71%]

...到方法? 参考NativePlayer二次开发的文档,实现JS调用OC内class播放视频,(使用最新NativePlayer SDK 0.9.10)报错提示 ------------ className = JSProxy layabox[419:23466] 1 [-1] [1] [JSProxy] [playVideo] [["video/cg.mp4"]] layabox[419:23284] 2 [-1] [JSProxy] [playVideo] ...

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

18. warning:Laya.timer.once This variable is not defined. [ 71%]

...ined. file:////Users/qykings/work/layaGame/src/view/game/logic/actors/actorClass/LocalPlayer.as (2000):warning:Laya.timer.once This variable is not defined.   更新到"1.7.16" mac layaAir 有这问题    win没有   好尴尬   2018-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

19. Config_API3.0 [ 71%]

...otected All Inherited Externals Only exported Menu Globals "Config" Config Class Config Config 用于配置一些全局参数。如需更改,请在初始化引擎之前设置。 Hierarchy Config Index Properties FPS animationInterval defaultFont defaultFontSize destroyResourceImmediatelyDefault fi...

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

20. IOS的safari浏览器打开h5项目demo,游戏场景偏移(附件有完整demo) [ 70%]

...laya.display.Stage; import laya.display.Text; import laya.ui.Image; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#235615"; //设置适配模式 Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; La...

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