大约有 1,744 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1319) Laya3.0_api(178) Laya2.0_文档(87) laya_api(60) Laya2.0_api(40) Laya3.0_文档(33) Laya_示例(24) Laya2.0_示例(3)
...eTemplate2D.ts:194 override Returns void addParticleArray addParticleArray(position: Float32Array, velocity: Float32Array): void Defined in laya/particle/ParticleTemplate2D.ts:119 override Parameters position: Float32Array velocity: Float32Array Returns void blend blend(): void Defined in laya/parti...
来源: Laya3.0_api 发布时间: 20231115
...f the cache rectangle. When false, it keeps the sprite's original relative position for drawing. * @param flipY Optional. If true, the texture will be flipped vertical. Default is false. * @param clearColor Optional. If provided, the texture will be cleared to this color before drawing. Default is n...
来源: Laya_社区 发布时间: 20250827
...度。 Sprite wrapMode : int = 0播放顺序类型:AnimationBase.WRAP_POSITIVE为正序播放(默认值),AnimationBase.WRAP_REVERSE为倒序播放,AnimationBase.WRAP_PINGPONG为pingpong播放(当按指定顺序播放完结尾后,如果继续播发,则会改变播放顺序)。AnimationBase...
来源: Laya2.0_api 发布时间: 20190513
...toSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedInStage...
来源: Laya3.0_api 发布时间: 20231115
...为 border: 2px solid #999; display: block; width: 480px; height: 360px; position: relative; top:100px; left:100px;这样导致鼠标事件偏移 2018-02-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 mason311 相关问题 Dialog:...
来源: Laya_社区 发布时间: 20180205
... this.scene.addChild(tarItem); tarItem.transform.position = new Laya.Vector3(0, 0, 0); item.destroy(); item = null; tarItem.destroy(); tarItem = null; ...
来源: Laya_社区 发布时间: 20191102
...toSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedInStage...
来源: Laya3.0_api 发布时间: 20231115
...到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })); } } 2018-12-27 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Seekers GameUI 里...
来源: Laya_社区 发布时间: 20181227
...本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 求高人分享使用protobuff框架的游戏demo(TS...
来源: Laya_社区 发布时间: 20160920
...合 Vertex:顶点数据 每个顶点可以具有以下的属性内容: position顶点 顶点位置标示顶点在模型空间的具体位置,在引擎中使用这个值来确定Mesh的表面,所有的网格都需要这个顶点属性,为必须项 normal法线 顶点法线表示从顶点位...
来源: Laya3.0_文档 发布时间: 20251010