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

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

71. 光照贴图(ActionScript-3D基础(AS3)-LayaAir3D之场景渲染配置) [ 50%]

...e Lighting** 所以只能为 **Baked** 模式)。设置好之后点击 **Generate Lighting** 开始烘焙场景。 ![](img/11.png)(图11) 开始烘焙之后,我们可以在Unity右下角看到当前的烘焙进度。烘焙光照贴图可能需要点时间,请耐心等待。 ![](img/12.png)...

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

72. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 49%]

...请教下各位大神关于LayaMaxUI问题 /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { export class Te...

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

73. LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 [ 49%]

...不一致了 这是创建项目时的内容/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import GameUI from "./script/GameUI" import GameControl from "./script/GameControl" import Bullet from "./script/Bullet" import DropBox from "./script/DropBox" ...

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

74. video在安卓手机上,怎么设置同层播放,还有怎么设置隐藏控制播放按钮 [ 48%]

...建视频的主要代码 private function initVideo():void { // TODO Auto Generated method stub // 创建Video元素 var div:* = Browser.createElement("div"); div.setAttribute("id", "videobox"); Browser.document.body.appendChild(div); // var canvas:* = Browser.getElementById("layaCanvas") // canvas....

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

75. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 48%]

...ontext); } protected function onSwfLoaded(event:Event):void { // TODO Auto-generated method stub var mc:MovieClip=event.target.content as MovieClip; mc.play(); addChild(mc) } } }提示: 1、在laya下使用laoder加载SWF文件,需添加load()方法的LoaderContext参数。图片则不需要...

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

76. 关于位图字体的valign属性问题 [ 47%]

...r(this,onLoadedFnt)); } private function onLoadedFnt():void { // TODO Auto Generated method stub Text.registerBitmapFont(mFontName,mBitmap); var text:Text=new Text(); text.pos(300,200); text.size(200,80); text.pivotY=text.height>>1; text.valign="middle"; text.align="left"; text.borderColor="#f...

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

77. 反射探针的使用说明(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 47%]

...ow-->Rendering-->Lighting Settings打开Lighting面板,点击最下方的Generate Lighting按钮。 然后导出场景。在LayaAir中直接加载`.ls`文件,就可以很方便的看到你搭建的反射探针场景。 > 当前的版本,使用了反射探针的物体不能进行静态合并以...

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

78. 混合使用3D · LayaAir3.0文档 · LAYABOX [ 47%]

...染纹理的颜色格式。 Depth Format:渲染纹理的深度格式。 Generate Mipmap:如果勾选了,则自动生成多级渐进纹理级别。 Multi Samples:多重采样。 sRGB:此渲染纹理是否使用sRGB读/写转换(只读)。 AnisoLevel:各向异性值。 FilterMode:采...

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

79. 动效问题,没有 ui.TestPUI,官方文档是错的,几年了至今无解答 [ 47%]

...axUI.js里面又报错了 这是layaMaxUI.js/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ var View=Laya.View; var Dialog=Laya.Dialog; var Scene=Laya.Scene; var REG = Laya.ClassUtils.regClass; export class kick_effectUI extends EffectAnimation { //...

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

80. 建议给Tween增加一些功能, 例如无限循环 , 增加一些回调函数 [ 46%]

...ALID_OPERATION : glGenSyncTokenCHROMIUM: fence sync must be flushed before generating sync token localhost/:1 WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost obj.loadImage( undefined ,0,0 ,0,0 );报错: Uncaught TypeError: Cannot read property 'indexOf' of undefined   ...待续  2017-10-21 ...

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