大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
...来自: 因为mouseThrough是针对于父级的, /** * <p>鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目标对象或者未...
来源: Laya_社区 发布时间: 20180426
...了两个ts,a.ts和b.ts。启动调试会在index.xml自动生成两个 <!--jsfile--startTag--> <script src="js/a.js"></script> <script src="js/b.js"></script> <!--jsfile--endTag--> 怎么才能在调试窗口看到b页面。每次调试都是a。 2019-01-10 添...
来源: Laya_社区 发布时间: 20190110
...applyOverrideData applyOverrideData(nodeData: any, overrideDataMap: Record<string, Array<any>>): any Defined in laya/loaders/SerializeUtil.ts:203 Parameters nodeData: any overrideDataMap: Record<string, Array<any>> Returns any Static bakeOverrideData bakeOverrideData(override...
来源: Laya3.0_api 发布时间: 20231115
...将游戏导出JS文件的,由壳子去引用这个JS,会出现两个<div id="layaContainer"><canvas id="layaCanvas" height="1242" width="2208" style="position: absolute; left: 0px; top: 0px; background: rgb(35, 38, 40); transform-origin: 0px 0px 0px; transform: matrix(0.333333, 0, 0, 0...
来源: Laya_社区 发布时间: 20170322
...tem.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) r.a (UnityEngine.GameObject A_0, i A_1, System.Boolean A_2) (at <52f9fa4ca1c34de5ac5f2d69725a1abf>:0) r.a (UnityEngine.GameObject A_0, i A_1, System.Collections.Generic.List`1[...
来源: Laya_社区 发布时间: 20200114
...gine.GameObject A_0, g A_1, System.Collections.Generic.List`1[T] A_2) (at <4c85cf47277b4445acd70e744ee59b72>:0) p.a (UnityEngine.GameObject A_0, g A_1, g A_2, UnityEngine.Vector3 A_3, UnityEngine.Quaternion A_4, UnityEngine.Vector3 A_5, System.String& A_6) (at <4c85cf47277b4445acd70e744...
来源: Laya_社区 发布时间: 20200221
...? 2018-05-02 0 1 分享 微博 QZONE 微信 熊猫大侠 赞同来自: <span style="color:#AA7850;font-weight:bold;font:24px SimHei">对单个目标造成</span> <span style="color:#FF0000;font-weight:bold;font:24px SimHei">350%</span> <span style="color:#AA7850;font-wei...
来源: Laya_社区 发布时间: 20180502
HTMLDivElement 使用<font>标签,不支持字体大小 <font size='60' color='#ffeebc'>1.装备背包上限提升至</font><font size='60' color='#67fc2c'>220</font><br/> 使用font标签,颜色支持了,但是字体大小没有变化 附件 : --> 2017-...
来源: Laya_社区 发布时间: 20170911
关于 iframe跳转地址 <!DOCTYPE html> <html> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#000000"></body> <script type="text/javascript" language="javascript"> var arguments = window.location.search; var url = "http://119.29.138.145...
来源: Laya_社区 发布时间: 20161221
...为类的顺序问题报错 a.ts class A {} b.ts class B{} new A() <!--jsfile--startTag--> <script src="js/b.js"></script> <script src="js/a.js"></script> <!--jsfile--endTag--> 报错 ReferenceError: A is not defined 因为js文件的执行顺序错误...
来源: Laya_社区 发布时间: 20170805