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

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

41. laya.d3.core.Layer [ 75%]

...显示。 Layer  visibleLayers : int[static] 取Layer显示层。 LayerProtected Properties PropertyDefined By  _activeLayers : int[static] Layer激活层。Layer  _layerList : Array[static] Layer列表。Layer  _uniqueIDCounter : int = 1[static] 唯一标识ID计数器。Layer  _visibleL...

来源: laya_api 发布时间: 20170929

42. laya.d3.core.RenderableSprite3D [ 75%]

...:void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By  _changeHierarchyAnimator(animator:Animator):void[override] RenderableSprite3D  _onActive():void[override] RenderableSp...

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

43. laya.resource.Resource [ 74%]

...入资源。 Resource  url : String 获取资源的URL地址。 ResourceProtected Properties PropertyDefined By  _loaded : Boolean = false是否已加载,限于首次加载。ResourcePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Resource() 创...

来源: laya_api 发布时间: 20170422

44. Image设置skin的Bug [ 74%]

...   * @private      * 设置皮肤资源。      */     protected setSource(url: string, img: any = null): void {         if (url === this._skin && img) {             this.source = img             this.onCompResize();     ...

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

45. 2.0的鼠标滚轮如何操作,找不到Event的delta了 [ 74%]

...个回复 木昜青爭車干 赞同来自: 找到原因了,需要把类似 protected mouseWheel(e:Event):void { 改写成 protected mouseWheel(e:Laya.Event):void { 2019-04-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 木昜青爭車...

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

46. laya.ui.Button [ 73%]

...值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UICo...

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

47. laya.d3.component.Animator [ 73%]

...节点到Avatar节点的关联,此Animator必须有Avatar文件。 AnimatorProtected Methods  MethodDefined By  _onDestroy():void[override] Animator  _onDisableInScene():void[override] Animator  _onEnable():void[override] Animator  _onEnableInScene():void[override] AnimatorPublic Constants...

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

48. laya.particle.emitter.EmitterBase [ 73%]

...ate : ParticleTemplateBase[write-only] 设置粒子粒子模板 EmitterBaseProtected Properties PropertyDefined By  _emissionRate : Number = 60 粒子发射速率 EmitterBase  _emissionTime : Number = 0 当前剩余发射时间 EmitterBase  _frameTime : Number = 0 积累的帧时间 EmitterBa...

来源: laya_api 发布时间: 20170929

49. 一个场景,两个线形碰撞体,出错 [ 73%]

...来自: 下个版本修复,    chaincollider的  方法    override protected function getDef():* {             if (!_shape) {                 _shape = new window.box2d.b2ChainShape();                 _setShape(false);             }   ...

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

50. laya.d3.physics.PhysicsComponent [ 73%]

...回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProtected Methods  MethodDefined By  _onDestroy():void[override] PhysicsComponent  _onDisable():void[override] PhysicsComponent  _onEnable():void[override] PhysicsComponentProperty DetailcanCollideWithpropertycanCollide...

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