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

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

171. x86架构的64位liblayaair.so 没有么? [ 64%]

...兄弟,关于zip集中更新这块,你有没有做过?我这边都是update xxx faile momo199059 • 2019-09-19 12:16 没有64位 虽然拷贝一份改个名 可以过审。但是在真机上可能就要凉了 IXgSoul • 2019-10-08 17:21 @ 渡:没有用laya自带的zip更新,很遗憾帮...

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

172. 摄像机的viewportPointToRay报错 [ 64%]

...ector2(); private hitresult:Laya.HitResult = new Laya.HitResult(); private UpdateRay() { //射线初始化(必须初始化) //获取鼠标在屏幕空间位置  this.pointRay.x = Laya.MouseManager.instance.mouseX; this.pointRay.y = Laya.MouseManager.instance.mouseY; //详设计产生射线方...

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

173. laya.components.Script_API3.0 [ 64%]

...Destroy onDisable onEnable onJointBreak onKeyDown onKeyPress onKeyUp onLateUpdate onMouseClick onMouseDoubleClick onMouseDown onMouseDrag onMouseDragEnd onMouseMove onMouseOut onMouseOver onMouseRightClick onMouseUp onPostRender onPreRender onReset onRightMouseDown onRightMouseUp onStart onTriggerEn...

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

174. laya.d3.core.light.SpotLightCom_API3.0 [ 64%]

...ner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new SpotLightCom(): SpotLightCom Overrides Light.constructor Defined in laya/d3/core/light/SpotLightCom.ts:38 创建一个 SpotLight 实例。 ...

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

175. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 64%]

...icsPosition hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new PhysicsTriggerComponent(collisionGroup: number, canCollideWith: number): PhysicsTriggerComponent Overrides PhysicsComponent.constructor Def...

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

176. sprite3d 调用destroy报错 [ 64%]

.../E:/myWork/BallBlast/BallBlast/bin/libs/laya.d3.js:9167:37)   at __proto._update (file:///E:/myWork/BallBlast/BallBlast/bin/libs/laya.d3.js:30220:14) 附件 : --> 2018-10-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

177. laya.d3.physics.PhysicsCollider_API3.0 [ 64%]

...icsPosition hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new PhysicsCollider(collisionGroup?: number, canCollideWith?: number): PhysicsCollider Overrides PhysicsTriggerComponent.constructor Defined in...

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

178. laya.d3.component.Animator_API3.0 [ 64%]

...ssors avatar awaked controllerLayerCount destroyed enabled hideFlags id lowUpdateDelty speed updateMode Methods _initialize _setOwner addControllerLayer addState crossFade destroy getControllerLayer getCurrentAnimatorPlayState getDefaultState hasHideFlag linkSprite3DToAvatarNode onAdded onAwake onDe...

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

179. laya.d3.core.render.BaseRender_API3.0 [ 64%]

...ner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate setRenderbitFlag __init__ changeVertexDefine shaderValueInit Constructors constructor new BaseRender(): BaseRender Overrides Component.constructor Defined in laya/d3/co...

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

180. 关于射线碰撞的问题,对于射线的罗辑方式不太了解,懂得进来帮忙看一下!~~~~~~~~~~ [ 63%]

...撞信息 rayCastHit2 =new RaycastHit();   //针循环 public function _update():void {     //刷新人物位置,_position是缓动函数实时更新的坐标     roleModel.transform.position = _position;     //设置射线原点     ray2.origin=new Vector3(roleModel.transform.position.x...

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