大约有 1,482 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0063 秒)
Laya_社区(799) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(23) Laya2.0_示例(5) Laya_示例(4)
..." 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
...: Vector4 获取地平线颜色。 WaterPrimaryMaterial mainTexture : BaseTexture 获取主贴图。 WaterPrimaryMaterial normalTexture : BaseTexture 获取法线贴图。 WaterPrimaryMaterial renderQueue : int 所属渲染队列.BaseMaterial SHADERDEFINE_MAINTEXTURE : int[static] WaterPri...
来源: Laya2.0_api 发布时间: 20190513
...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
... function get colorOverLifetime():ColorOverLifetime public function set colorOverLifetime(value:ColorOverLifetime):voiddurationproperty public var duration:Number粒子运行的总时长,单位为秒。emissionproperty emission:Emission 获取发射器。 Implementation public fun...
来源: laya_api 发布时间: 20170929
...帧图像,动画的播放实质就是定时切换Graphics对象。 使用set source、loadImages(...)、loadAtlas(...)、loadAnimation(...)方法可以创建动画模版。使用play(...)可以播放指定动画。 example 以下示例代码,创建了一个 Text 实例。 package { import laya.d...
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...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
...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
...operties Show Inherited Public Properties PropertyDefined By angularOffset : Number基于otherBody的角度偏移量,也是selfBody的目标角度MotorJoint collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseMotorJoint correctionFac...
来源: Laya2.0_api 发布时间: 20190513