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

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

61. UI模式下Dialog标签嵌套RadioGroup会导致编辑器卡死 [ 93%]

UI模式下Dialog标签嵌套RadioGroup会导致编辑器卡死 <Dialog width="725" sceneColor="#000000" height="500" editorInfo="compId=1"> <Image y="46" x="0" width="687" skin="setting/gd2_n.png" sizeGrid="30,30,30,30" height="402" editorInfo="compId=4"> <Image y="0" x="241.5" skin...

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

62. LayaAirUnityPlugin 2.4beta IOException: Sharing violation [ 93%]

... bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, Syst...

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

63. xml中直接通过=号修改节点无效 [ 93%]

...无效 xml中直接通过=号修改节点无效 如下: var xml:XML = <data><a>a</a></data>; xml.a=<a1>b</a1>; trace(xml.a.toString());//输出:b trace(xml.toString());//输出:<data><a>a</a></data> 2015-11-26 添加评论 免费帖 -->...

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

64. 富文本文字丢失问题 [ 93%]

富文本文字丢失问题 str = "<font color='#8decfa'>获得<a color='#ff1dec'>A物品</a>,<a  color='#ff1dec'>B物品</a></font>" 如上面代码所示, 我用一个 <font> 标签包含了两个 <a>标签, <a>标签用逗号隔开 将...

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

65. 关于富文本解析问题 [ 93%]

关于富文本解析问题 以下这段代码   <span style="color:#00ff00"> 我在 <font color='#00BFFF'>芜湖</font> 击杀 <font color='#ff0000'> 世界BOSS</font> <font color='#ff0000'> 大司马</font> ,掉落珍貴的  <font size="14">红...

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

66. HTMLDivElement导致节点增加? [ 93%]

...? HTMLDivElement 在使用中 sprite的数量飞速的增加。 var htmlText = new HTMLDivElement(); htmlText.innerHTML = "<br/><span color='#ffd700'>123</span><br/><br/><br/><span color='#ffd700'>123</span><br/><br/>";--此句放到循...

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

67. HTMLDivElement 怎么修改文本内的行间距 [ 93%]

HTMLDivElement 怎么修改文本内的行间距 str1 = ”<span color='red'>111 </span><span color='blue'> 22</span>” str2 = ”<span color='red'>111 </span><span color='blue'> 22</span>” htmlDivElement.appendHTML(str+"<br/>"); htmlDivEleme...

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

68. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 93%]

... = (function (_super) {         const style = {             DEFAULT: "default",             VERTICAL: "vertical",             HORIZONTAL: "horizontal",             TOP_LEFT: "topLeft",             TOP_RIGHT: "topRight",         };         // gradient directi...

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

69. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 93%]

...s "laya/d3/core/scene/bvh/BVHSpatialBox" BVHSpatialBox Class BVHSpatialBox<T> BVH子空间 Type parameters T Hierarchy BVHSpatialBox BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI ge...

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

70. layabox中XML怎么遍历? [ 93%]

...如下:private function layaFlashXMLLenghtTest():void { var xml:XML = <data> <items> <item>0</item> <item>1</item> <item>2</item> <item>3</item> </items> </data>; var items:XMLList = xml.items.children(); var len:int; //len = ...

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