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

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

391. laya.d3.renderobjs.renderobj.RenderGeometryElementOBJ_API3.0 [ 75%]

...sors indexFormat mode Accessors indexFormat get indexFormat(): IndexFormat set indexFormat(value: IndexFormat): void Defined in laya/d3/RenderObjs/RenderObj/RenderGeometryElementOBJ.ts:52 index format Returns IndexFormat Defined in laya/d3/RenderObjs/RenderObj/RenderGeometryElementOBJ.ts:56 index fo...

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

392. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 75%]

...entForce currentTorque destroyed enabled hideFlags id Methods _initialize _setConnectRigidBody _setOwner destroy getPhysicsSimulation getcurrentForce getcurrentTorque hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate setConnectRig...

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

393. 有没有方法可以拿到模型的属性,修改属性值? [ 75%]

... * @param value 半径          */         public function set radius(value:Number):void    /**          * 设置高度(改变此属性会重新生成顶点和索引)          * @param value 高度          */         public function set height(...

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

394. laya.particle.ParticleTemplate2D_API3.0 [ 75%]

...dex Constructors constructor Properties _id destroyedImmediately lock name settings sv texture url uuid x y DEBUG activeBlendType Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL ...

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

395. 粒子加载报错 [ 75%]

...aya.loader.load('noLanguage/test.part', Laya.Handler.create(this, this.onAssetsLoaded), null, Laya.Loader.JSON); }  onAssetsLoaded(settings: Laya.ParticleSetting) { let sp = new Laya.Particle2D(settings); // sp.emitter.start(); // sp.play(); Laya.stage.addChild(sp);  sp.x = Laya.stage.width / 2; s...

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

396. laya.resource.BaseTexture [ 75%]

...DocumentationAll Packages | All Classes | Index | Frames No Frames BaseTextureProperties | Methods | Constants Packagelaya.resourceClasspublic class BaseTextureInheritanceBaseTexture laya.resource.BitmapSubclasses RenderTexture2D, Texture2D BaseTexture 纹理的父类,抽象类,不允...

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

397. laya.d3.component.volume.Volume_API3.0 [ 75%]

...derNode _initialize _motionInVolume _reCaculateBoundBox _removeRenderNode _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new Volume(): Volume Overrides Component.constructor Defined in...

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

398. 如何为灯光添加阴影(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 75%]

.../ Use soft shadow. directionLight.shadowMode = Laya.ShadowMode.SoftLow; // Set shadow max distance from camera. directionLight.shadowDistance = 3; // Set shadow resolution. directionLight.shadowResolution = 1024; // Set shadow cascade mode. directionLight.shadowCascadesMode = Laya.ShadowCascadesMode...

来源: Laya2.0_文档 发布时间: 20210715

399. 关于sprite的问题 [ 75%]

...Test.rar 2023-09-04 0 0 分享 微博 QZONE 微信 Laya_phhh 赞同来自: set的时候string的方法默认废弃了(自己load然后再赋值) 2023-09-04 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 shiyang 相关问题 发起问...

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

400. laya.utils.HitArea [ 75%]

...entation     public function get hit():Graphics    public function set hit(value:Graphics):voidunHitproperty unHit:Graphics 不可点击区域,可以设置绘制一系列矢量图作为非点击区域(目前只支持圆形,矩形,多边形) Implementation     public function g...

来源: laya_api 发布时间: 20170929