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

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

191. laya.ui.AutoBitmap [ 90%]

...sizeGrid : Array 当前实例的有效缩放网格数据。 如果设置为null,则在应用任何缩放转换时,将正常缩放整个显示对象。 数据格式:[上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)]。 例如:[4,4,4,4,1] s...

来源: laya_api 发布时间: 20170929

192. Laya 绑定显示内容到骨骼动画 [ 90%]

....clear(this,this.__updateBinds); this.__bindList.length=0; this.__bindList=null; super.destroy(destroyChild); } }   2. 可绑定到骨骼的内容 /** * 可绑定到骨骼的内容(实现者必须是Laya.Sprite的子类) */ export interface IBindSource{ boneName:string; offestX:number; offes...

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

193. laya.d3.core.particleShuriKen.module.shape.CircleShape [ 90%]

...eratePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 CircleShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] CircleShape  _getSpeedBo...

来源: laya_api 发布时间: 20170929

194. laya.d3.core.particleShuriKen.module.shape.CircleShape [ 90%]

...eratePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 CircleShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] CircleShape  _getSpeedBo...

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

195. TypeError: Cannot set property 'pivotX' of null 打开弹窗UI时报错 [ 90%]

TypeError: Cannot set property 'pivotX' of null 打开弹窗UI时报错 附件 : --> 2020-01-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 159*****388 赞同来自: 请问问题解决了吗   2020-04-05 0 0 ...

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

196. laya.d3.core.Sprite3D [ 89%]

... Show Inherited Public Methods MethodDefined By  Sprite3D(name:String = null) 创建一个 Sprite3D 实例。 Sprite3D  _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D  _update(state:RenderState):void 更新 Sprite3D  _updateConch(state:RenderState)...

来源: laya_api 发布时间: 20170929

197. ls场景文件通过Laya.loader.create()预加载后stage.destroyChildren()出现异常Cannot read property 'visible' of null [ 89%]

...载后stage.destroyChildren()出现异常Cannot read property 'visible' of null   附Demo。   想做不同场景之间的切换。 spriteBtn.on(Laya.Event.CLICK, this, function (e) { Laya.stage.destroyChildren(); newScene(); });问题:LayaAirUnityPlugin 1.1.0导出了 ls 场景文件,在通...

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

198. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 89%]

...eratePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 BoxShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] BoxShape  _getSpeedBoundBox...

来源: laya_api 发布时间: 20170929

199. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 89%]

...eratePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 BoxShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] BoxShape  _getSpeedBoundBox...

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

200. 3D粒子特效初始化卡顿 [ 89%]

... var itemComplete:Sprite3D = Laya.loader.getRes(_path); if(itemComplete == null || itemComplete.loaded == false){ var groupName:String = null; if(isGroup == true){ groupName = url; } Laya.loader.create(_path, Handler.create(this,OnComplete,null),null,null,null,1,true,groupName); }else{ var item:Spri...

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