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

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

431. 3d获取组件代码bug [ 80%]

...获取组件代码bug /** *通过指定类型获得所有组件。 *@param type 组件类型。 *@param components 组件输出队列。 */ __proto.getComponentsByType=function(type,components){ var index=this._componentsMap.indexOf(type); if (index===-1) components.length=0; //这里应该返回了...

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

432. loader.create如果传入多种类型的资源不会加载关联的资源 [ 80%]

...会加载引用的资源文件?   Laya.loader.create([{url:"Map01.ls","type":Laya.Scene},{url:"model.lh","type":Laya.Sprite3D}])   第二种就只会加载这两个json文件,不会加载引用的资源?需要怎么弄? 附件 : --> 2019-03-05 添加评论 免费帖 --> 分享 微博 QZONE...

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

433. laya.utils.Browser [ 80%]

...象的引用。BrowserPublic Methods  MethodDefined By  createElement(type:String):*[static] 创建浏览器原生节点。 Browser  getElementById(type:String):*[static] 返回 Document 对象中拥有指定 id 的第一个对象的引用。 Browser  now():Number[static] 获取浏览器当...

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

434. let btn:Button = cell.getChildByName("button的name"); [ 80%]

...temBtn:Button = cell.getChildByName("mItemBtn");  这样会报一个错:Type "Node" is not assignable to type "Button". Property "toggle" is missing in type "Node"; 对着官网list例子做的,不知道为啥会报这个错? 2018-06-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

435. laya.display.Scene [ 80%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

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

436. laya.d3.component.volume.batchvolume.StaticBatchVolume_API3.0 [ 80%]

...bleStaticInstanceBatchRender enabled hideFlags id importance probePosition type Methods _initialize _motionInVolume _reCaculateBoundBox _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onUpdate reBatch Constructors constructor n...

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

437. laya.d3.component.volume.Volume_API3.0 [ 80%]

...oundsMax boundsMin destroyed enabled hideFlags id importance probePosition type Methods _VolumeChange _addRenderNode _initialize _motionInVolume _reCaculateBoundBox _removeRenderNode _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onRe...

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

438. 报错 Laya 的标识符中重复 [ 80%]

... Laya.stage.bgColor = "#232628"; var res = [ {url:"res/atlas/loading.json",type:Laya.Loader.ATLAS}, //{url:"res/atlas/loading.png",type:Laya.Loader.IMAGE}, //{url:"res/atlas/loading/01.png",type:Laya.Loader.IMAGE} ]; Laya.loader.load(res); showact(); })(); 2016-12-30 添加评论 免费帖 --> 分...

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

439. laya.d3.core.particleshuriken.module.GradientSize_API3.0 [ 80%]

...gradientYMax gradientYMin gradientZ gradientZMax gradientZMin separateAxes type Methods clone cloneTo getMaxSizeInGradient createByGradient createByGradientSeparate createByRandomTwoConstant createByRandomTwoConstantSeparate createByRandomTwoGradient createByRandomTwoGradientSeparate Constructors co...

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

440. laya.d3.core.light.LightSprite [ 80%]

...静态。 Sprite3D layer : int 获取蒙版。 Sprite3D  lightmapBakedType : int 获取灯光烘培类型。 LightSprite  LIGHTMAPBAKEDTYPE_BAKED : int = 2[static] 灯光烘培类型-烘焙。LightSprite  LIGHTMAPBAKEDTYPE_MIXED : int = 1[static] 灯光烘培类型-混合。LightSprite  LIG...

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