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

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

411. http无响应 [ 55%]

...nit(); Laya.stage.addChild(mblv); //销毁自身 //this.removeSelf(); this.destroy(); */ connect(); } } //忘记密码 LoginView.prototype.onLableWjmm = function () { this.dlgs = new TanChuang(); this.dlgs.init(); this.dlgs.setContext("请联系管理员找回密码!"); } return LoginView; }) (Login...

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

412. laya.ui.TextArea [ 55%]

...,使用大括号可以指定组件的任意属性进行赋值。 Label destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。UIComponent displayedInStage : Boolean[re...

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

413. laya.d3.component.animation.CameraAnimations [ 55%]

...ntFrameIndex : int[read-only] 获取播放器帧数。 KeyframeAnimations destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Component3D id : int[read-only] 获取唯一标识ID。 Component3D isSingleton : Boolean[read-only] 获取是否...

来源: laya_api 发布时间: 20170603

414. laya.ui.Tree_API3.0 [ 55%]

...de bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D itemRender keepStatus left list mask mouseEnabled mo...

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

415. laya.ui.TextArea [ 55%]

...,使用大括号可以指定组件的任意属性进行赋值。 Label destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。Component displayedInStage : Boolean[read-only] ...

来源: laya_api 发布时间: 20170929

416. TypeError: Cannot read property 'length' of null [ 55%]

...5 关注: 2 人 Ame • 2020-03-10 15:54 我在第一个场景设置了autoDestroyAt=true,跳转到第二个场景的时候,这个预制体对象先被回收到了pool中,之后系统执行destroy改写了这个对象的属性,导致这个对象不可用了(这个对象的很多属性变成了异常...

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

417. laya.ui.TextArea_API3.0 [ 55%]

...tom cacheAs centerX centerY color components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize editable filters fitContent focus font fontSize globalRotation globalScaleX globalScaleY graphics gray hScrollBar hScrollBarSkin height hideFlags...

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

418. 挂载元素的空间变换没有加上被挂载元素的本身空间变换 [ 55%]

...namespace)? 怎样才能找到那个MyTestView类,命名空间问题 destroy清除子元素 问题状态 最新活动: 2017-09-06 12:16 浏览: 924 关注: 2 人

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

419. Box2D使用Destory join报错? [ 55%]

...yaspace/smallballs/bin/libs/laya.physics.js:38:57)     at box2d.b2World.DestroyJoint (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.js:793:295)     at Physics.__proto._removeJoint (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.js:3091:15)     at DistanceJoint...

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

420. Animation 使用疑问 [ 55%]

...); } private body: Laya.Animation; private onBtn2Click(): void { this.body.destroyChildren(); this.body.clear(); this.body.destroy(); } 调试面板中的sprite个DrwaCall都有变化,但是CurMern么有发出变化,是否正常?   2 构造时创建   constructor() {         this.aniBody...

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