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

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

181. 物理引擎释放资源 [ 72%]

...关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 资源as Resource.destroy()   ,场景.destroy(true) 2019-11-29 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 风神 相关问题 看了其他引擎才发现 LAYA 真的太太太...

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

182. laya.d3.core.scene.VRScene [ 72%]

...有开启自定义渲染,才能使用customRender函数渲染。 Sprite destroyed : Boolean是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node enableDepthFog : BooleanBaseScene enableFog : Boolean 获取...

来源: laya_api 发布时间: 20170422

183. laya.resource.RenderTextureCube_API3.0 [ 72%]

...uctor Properties _generateMipmap _id _inPool _isCameraTarget _renderTarget destroyedImmediately faceIndex lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format gammaC...

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

184. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 72%]

...uctor Properties _generateMipmap _id _inPool _isCameraTarget _renderTarget destroyedImmediately frameLoop lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format frameB...

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

185. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 72%]

...lse awaked breakForce breakTorque connectAnchor currentForce currentTorque destroyed enabled hideFlags id Methods _initialize _setConnectRigidBody _setOwner destroy getPhysicsSimulation getcurrentForce getcurrentTorque hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRende...

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

186. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 72%]

...eWith ccdMotionThreshold ccdSweptSphereRadius colliderShape collisionGroup destroyed enabled friction hideFlags id isActive isTrigger restitution rollingFriction simulation Methods _initialize _setOwner destroy getPhysicsOrientation getPhysicsPosition hasHideFlag onAdded onAwake onDestroy onDisable ...

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

187. laya.map.TileAniSprite [ 72%]

...有开启自定义渲染,才能使用customRender函数渲染。 Sprite destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node filters : Array滤镜集合。可以设置多个滤镜...

来源: laya_api 发布时间: 20170929

188. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 71%]

..._PROBESTEPS WORLDINVERTFRONT Accessors active activeInHierarchy components destroyed displayedInStage hideFlags id is3D layer numChildren parent particleRenderer particleSystem scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInsta...

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

189. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 71%]

...ompareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format gammaCorrection gammaSpace generateDepthTexture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamples obsolute referenceCount samples width wrapModeU wr...

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

190. 自动旋转后残影 [ 71%]

...();    } protected function onResize():void{ ChangeSize(); if(_tip) _tip.destroy();   _tip = new Sprite(); _tip.graphics.drawRect(0,0,100,100,"#FFFFFF"); _tip.size(100,100); Laya.stage.addChild(_tip);   Tween.to(_tip,{y:Browser.height - _tip.height,x:Browser.width-_tip.width},2000,null); } } } ...

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