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

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

31. laya.display.Scene_API3.0 [ 62%]

...除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestroyedScenes属性查看还未被销毁的场景列表 Hierarchy Sprite Scene View Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAt...

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

32. 可能有个昵称叫做“syy”的一只掉进粪坑里的猪会在下面乱叫 [ 60%]

...找需要操作Rigibody。解决方案: 把collider放在rigibody之前。destroyAllComponent会按顺序销毁。   2019-08-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 昵称syy的是猪 相关问题 版本不匹配! 全局 tsc (...

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

33. laya.ui.View [ 60%]

...设置anchorY值最终通过pivotY值来改变节点轴心点。View autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为falseScene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sp...

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

34. laya.ui.MoreGame [ 52%]

...设置anchorY值最终通过pivotY值来改变节点轴心点。View autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为falseScene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sp...

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

35. laya.ui.DialogManager_API3.0 [ 52%]

...rchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY r...

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

36. laya.ui.ColorPicker_API3.0 [ 37%]

...or bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea inputBgColor inputColor is3D left mask mouseEnabled mouse...

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

37. 3D场景环境设置 · LayaAir3.0文档 · LAYABOX [ 31%]

...景 Laya.Scene.close("scene/Login.ls") //销毁指定的场景 Laya.Scene.destroy("scene/Login.ls") 8.2 场景资源加载 示例代码如下: //用Laya.Scene3D的方式加载 Laya.Scene3D.load('scene/Game.ls', Laya.Handler.create(null, function (res:any){ Laya.stage.addChild(res); })); //用Laya....

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