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

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

201. LAYA的AS3项目碰见个问题,求解 [ 86%]

...一个myTexts的UI,myTexts.as继承之,为通用VIEW。 myTextsUI: <View sceneWidth="100" sceneHeight="20" sceneColor="#000000" editorInfo="compId=1">    <Text y="0" x="0" var="txts" text="text" fontSize="12" editorInfo="compId=2"/> </View>   mytexts.as: public class myTex...

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

202. laya.d3.math.BoundBox [ 86%]

...o(destObject:*):void 克隆。 BoundBox  createfromPoints(points:Vector.<Vector3>, out:BoundBox):void[static] 从顶点生成包围盒。 BoundBox  getCenter(out:Vector3):void 获取中心点。 BoundBox  getCorners(corners:Vector.<Vector3>):void 获取包围盒的8个角顶点。 ...

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

203. LayaIDE运行正常,微信开发者工具加载FairyGUI官方库文件报错 [ 86%]

...ypeError: Cannot read property 'charAt' of undefined at Object.Laya.init (<anonymous>:23:7239) at new t (<anonymous>:41:2251) at <anonymous>:41:2762 at require (<anonymous>:206:5799) at <anonymous>:206:5548 at <anonymous>:47:323 at require (<anonymous>:206:5...

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

204. 不能import ui [ 86%]

...index.html是自动生成的文件,修改了编译会自动改回来的 <!--用户自定义顺序文件添加到这里-->     <!--jsfile--Custom-->     <script src="js/ui/layaUI.max.all.js"></script>     <!--jsfile--Custom-->//放到这里? 2017-06-25 0 1 分...

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

205. laya.d3.renderobjs.nativeobj.NativeSceneRenderManager_API3.0 [ 86%]

...eneRenderManager Properties _customCullList _customCullList: SingletonList<BaseRender> = new SingletonList() Defined in laya/d3/RenderObjs/NativeOBJ/NativeSceneRenderManager.ts:13 _customUpdateList _customUpdateList: SingletonList<BaseRender> = new SingletonList() Defined in laya/d3/Rend...

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

206. 分享一个Shader版的CoolDown实现 [ 85%]

...ny;         public progress: number;         public uv_info: Array<any>;         constructor() {             super(0, 0);             this.progress = 0.0;             this.uv_info = [0.0, 0.0, 1.0, 1.0];             var len: number = 8 * CONST3D2D.BYTES_PE; ...

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

207. unity 通过laya 导出 灵异事件 [ 85%]

...89) n.a (UnityEngine.Mesh A_0, System.String A_1, System.Boolean A_2) (at <8191b0b4723d4658b95c167f60d265c8>:0) n.c () (at <8191b0b4723d4658b95c167f60d265c8>:0) n.b (System.String A_0) (at <8191b0b4723d4658b95c167f60d265c8>:0) LayaAir3D.exportResource (System.Boolean isDebug, Syste...

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

208. HTMLDivElement [ 85%]

...关的链接 提交 1 个回复 189*****192 赞同来自: innerHTML= “<span style='color:#ff9900;'>【世界】<sup>上浮内容</sup> </span>” sup  sub  上标下标 试一试 2017-10-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...

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

209. laya.d3.terrain.unit.ChunkInfo [ 85%]

...d3.terrain.unitClasspublic class ChunkInfoInheritanceChunkInfo Object DetailTextureInfo 类用于描述地形细节纹理。 Public Properties PropertyDefined By  alphaMap : Vector.<String>ChunkInfo  detailID : Vector.<Uint8Array>ChunkInfo  normalMap : StringChunkInfoPublic Method...

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

210. Shader预编译解决方案 [ 85%]

...DefineData(compileDefine, deugDefines);     if (!Config3D._config._multiLighting) {         var index = deugDefines.indexOf("LEGACYSINGLELIGHTING");         (index !== -1) && (deugDefines.splice(index, 1));     }              //保存参数   ...

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