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

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

191. laya.media.VideoTexture_API3.0 [ 87%]

..." VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors constructor Properties _id _isLoaded _needUpdate destroyedImmediately element lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel buffered compareMode cpuMemory currentSrc c...

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

192. laya.d3.core.material.WaterPrimaryMaterial [ 87%]

...: Vector4 获取地平线颜色。 WaterPrimaryMaterial  mainTexture : BaseTexture 获取主贴图。 WaterPrimaryMaterial  normalTexture : BaseTexture 获取法线贴图。 WaterPrimaryMaterial renderQueue : int 所属渲染队列.BaseMaterial  SHADERDEFINE_MAINTEXTURE : int[static] WaterPri...

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

193. laya.d3.physics.PhysicsComponent_API3.0 [ 87%]

...gs id isActive restitution rollingFriction simulation Methods _initialize _setOwner destroy getPhysicsOrientation getPhysicsPosition hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new PhysicsComponent(c...

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

194. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 87%]

... function get colorOverLifetime():ColorOverLifetime    public function set colorOverLifetime(value:ColorOverLifetime):voiddurationproperty public var duration:Number粒子运行的总时长,单位为秒。emissionproperty emission:Emission 获取发射器。 Implementation     public fun...

来源: laya_api 发布时间: 20170929

195. laya.display.Animation_API3.0 [ 87%]

...帧图像,动画的播放实质就是定时切换Graphics对象。 使用set source、loadImages(...)、loadAtlas(...)、loadAnimation(...)方法可以创建动画模版。使用play(...)可以播放指定动画。 example 以下示例代码,创建了一个 Text 实例。 package { import laya.d...

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

196. laya.physics.ChainCollider_API3.0 [ 87%]

...ion hideFlags id isSensor loop points restitution x y Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new ChainCollider(): ChainCollider Inherited from ColliderBase....

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

197. laya.d3.core.trail.TrailFilter_API3.0 [ 87%]

...il/TrailFilter.ts:28 Accessors colorGradient get colorGradient(): Gradient set colorGradient(value: Gradient): void Defined in laya/d3/core/trail/TrailFilter.ts:149 获取颜色梯度。 Returns Gradient 颜色梯度。 Defined in laya/d3/core/trail/TrailFilter.ts:157 设置颜色梯度。 Parameter...

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

198. 修改localRotationEuler的问题 [ 87%]

...model.transform.localRotationEulerY = 90;方案二:在laya.d3.js中,在set localRotationEulerX、set localRotationEulerY、set localRotationEulerZ等属性方法内进行修改,代码如下:set localRotationEulerX(value) { var localEuler = this.localRotationEuler; localEuler.x = value; this....

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

199. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 86%]

...a blendSrcRGB cpuMemory cull depthTest depthWrite destroyed diffuseScaleOffset1 diffuseScaleOffset2 diffuseScaleOffset3 diffuseScaleOffset4 diffuseScaleOffset5 diffuseTexture1 diffuseTexture2 diffuseTexture3 diffuseTexture4 diffuseTexture5 gpuMemory id materialRenderMode obsolute referenceCount rend...

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

200. laya.physics.joint.MotorJoint [ 86%]

...operties Show Inherited Public Properties PropertyDefined By  angularOffset : Number基于otherBody的角度偏移量,也是selfBody的目标角度MotorJoint  collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseMotorJoint  correctionFac...

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