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

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

411. laya.d3.component.AnimatorState_API3.0 [ 68%]

....0为正常播放速度。 Accessors clip get clip(): AnimationClip | null set clip(value: AnimationClip | null): void Defined in laya/d3/component/AnimatorState.ts:46 动作。 Returns AnimationClip | null Defined in laya/d3/component/AnimatorState.ts:50 动作。 Parameters value: AnimationClip | ...

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

412. 3D本地空间坐标(本节点有旋转过)转父空间坐标 [ 68%]

... 1 个回复 IXgSoul 赞同来自: 找到答案了,参见Rransform3D的 set position 里的               var parentInvMat: Matrix4x4 = Transform3D._tempMatrix0;             this._parent.worldMatrix.invert(parentInvMat);             Vector3.transformCoordi...

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

413. laya.physics.joint.GearJoint [ 68%]

...blic Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...

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

414. 如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 [ 68%]

... request.open("GET", url, true);             request.responseType = "arraybuffer";             request.onload = function () {                 if (me._disposed) {                     me._removeLoadEvents();            ...

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

415. TypeError: Laya.MovieClip is not a constructor [ 68%]

...edMap()提示错误:Laya.TiledMap is not a constructor TypeError: Cannot set property 'pivotX' of null 打开弹窗UI时报错 这个怎么办 laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null [Error] TypeError: null is not an object (evaluating 'this._style._tf') Uncaught ...

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

416. laya.ui.TextInput [ 68%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: laya_api 发布时间: 20170929

417. laya.d3.renderobjs.nativeobj.NativeSceneRenderManager_API3.0 [ 68%]

...erManager.ts:11 Accessors list get list(): SingletonList<BaseRender> set list(value: SingletonList<BaseRender>): void Defined in laya/d3/RenderObjs/NativeOBJ/NativeSceneRenderManager.ts:19 Returns SingletonList<BaseRender> Defined in laya/d3/RenderObjs/NativeOBJ/NativeSceneRenderMa...

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

418. 感觉实例之间是关联的,求指教。(已解决) [ 68%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 播放声音出错,求指教 HttpRequest感觉没有发成功 微信小游戏上线了,但凑不够需要的...

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

419. IDE中的发布流程到底是怎样的 [ 68%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 laya2 发布微信开放域工程,用微信开发者工具打开报错 问题状态 最新活动: 2017-10-10 18:14 浏览: 1093 关注: 2 人 ch_621 • 2017-10-11 09:03 请问勾选...

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

420. laya.ui.Tree [ 68%]

...事件处理器。 默认返回参数(e:Event,index:int)。 Tree mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目...

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