大约有 206 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0052 秒)
... function get colorOverLifetime():ColorOverLifetime public function set colorOverLifetime(value:ColorOverLifetime):voiddurationproperty public var duration:Number粒子运行的总时长,单位为秒。emissionproperty emission:Emission [read-only] 获取发射器。 Implementation ...
来源: Laya2.0_api 发布时间: 20190513
... this.scene.addChild(directlightSprite); //方向光的颜色 dircom.color.setValue(1.0, 0.5, 0.0, 1); //设置平行光的方向 var mat: Laya.Matrix4x4 = directlightSprite.transform.worldMatrix; mat.setForward(new Laya.Vector3(-1.0, -1.0, -1.0)); directlightSprite.transform.worldMatrix = mat; setF...
来源: Laya3.0_文档 发布时间: 20241014
...derNode _initialize _motionInVolume _reCaculateBoundBox _removeRenderNode _setOwner applyReflectionShaderData destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate setGradientAmbient Constructors constructor new ReflectionProb...
来源: Laya3.0_api 发布时间: 20231115
...( x,y,1,1 ) 获取像素值,引擎里面getTexturePixels函数里面 ret.set(dt.slice(dst, dst + wstride), st);就挂了 只有新版谷歌浏览器里面有这个问题,老版本没有 附件 : --> 2021-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20211118
构建apk后,java报错 2018-11-26 18:31:43.514 4671-4671/? E/asset: setgid: Operation not permitted 2018-11-26 18:31:45.575 1505-1538/? E/PackageManager.DexOptimizer: Well this is awkward; package null had UID -1 java.lang.Throwable at com.android.server.pm.PackageDexOptimizer....
来源: Laya_社区 发布时间: 20181126
...LDMATRIX, Laya.Shader3D.PERIOD_SPRITE], 'u_Texture': [OutlineMaterial.DIFFUSETEXTURE, Laya.Shader3D.PERIOD_MATERIAL] } var outlineShader = Laya.Shader3D.add("OutlineShader", attributeMap, uniformMap); var outline_vs = ` attribute vec4 a_Position; uniform mat4 u_MvpMatrix; uniform mat4 u_WorldMat; at...
来源: Laya_社区 发布时间: 20180925
...灵节点到Avatar节点,此Animator必须有Avatar文件。 Animator onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...
来源: Laya2.0_api 发布时间: 20190513
...non/CannonPhysicsSimulation.ts:63 Accessors gravity get gravity(): Vector3 set gravity(value: Vector3): void Defined in laya/d3/physicsCannon/CannonPhysicsSimulation.ts:129 获取重力。 Returns Vector3 Defined in laya/d3/physicsCannon/CannonPhysicsSimulation.ts:135 获取重力。 Parameters valu...
来源: Laya3.0_api 发布时间: 20231102
... function get colorOverLifetime():ColorOverLifetime public function set colorOverLifetime(value:ColorOverLifetime):voiddurationproperty public var duration:Number粒子运行的总时长,单位为秒。emissionproperty emission:Emission 获取发射器。 Implementation public fun...
来源: laya_api 发布时间: 20170929
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513