大约有 670 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0047 秒)
Laya3.0_api(269) Laya_社区(228) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
....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
... 1 个回复 IXgSoul 赞同来自: 找到答案了,参见Rransform3D的 set position 里的 var parentInvMat: Matrix4x4 = Transform3D._tempMatrix0; this._parent.worldMatrix.invert(parentInvMat); Vector3.transformCoordi...
来源: Laya_社区 发布时间: 20200520
...blic Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...
来源: Laya2.0_api 发布时间: 20190513
... request.open("GET", url, true); request.responseType = "arraybuffer"; request.onload = function () { if (me._disposed) { me._removeLoadEvents(); ...
来源: Laya_社区 发布时间: 20200107
...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
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: laya_api 发布时间: 20170929
...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
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 播放声音出错,求指教 HttpRequest感觉没有发成功 微信小游戏上线了,但凑不够需要的...
来源: Laya_社区 发布时间: 20180130
...里用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
...事件处理器。 默认返回参数(e:Event,index:int)。 Tree mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目...
来源: Laya2.0_api 发布时间: 20190513