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

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

1641. laya.particle.ParticleTemplate2D_API3.0 [ 43%]

...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

1642. [LayaAir3]关于drawToRenderTexture2D绘制后图像模糊问题补充 [ 43%]

...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

1643. laya.display.EffectAnimation [ 43%]

...度。 Sprite wrapMode : int = 0播放顺序类型:AnimationBase.WRAP_POSITIVE为正序播放(默认值),AnimationBase.WRAP_REVERSE为倒序播放,AnimationBase.WRAP_PINGPONG为pingpong播放(当按指定顺序播放完结尾后,如果继续播发,则会改变播放顺序)。AnimationBase...

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

1644. laya.display.FrameAnimation_API3.0 [ 42%]

...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

1645. sprite点击事件 位置便宜 [ 42%]

...为 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

1646. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 42%]

... this.scene.addChild(tarItem);             tarItem.transform.position = new Laya.Vector3(0, 0, 0);             item.destroy();             item = null;             tarItem.destroy();             tarItem = null;          ...

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

1647. laya.display.EffectAnimation_API3.0 [ 42%]

...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

1648. laya加载unity插件导出的场景 physics3D is not a function [ 42%]

...到场景 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

1649. 使用layaAirIDE打包APK问题 [ 42%]

...本: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

1650. 网格 · LayaAir3.3 · 引擎文档 · LAYABOX [ 42%]

...合 Vertex:顶点数据 每个顶点可以具有以下的属性内容: position顶点 顶点位置标示顶点在模型空间的具体位置,在引擎中使用这个值来确定Mesh的表面,所有的网格都需要这个顶点属性,为必须项 normal法线 顶点法线表示从顶点位...

来源: Laya3.0_文档 发布时间: 20251010