大约有 3 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0015 秒)
...der(model: Laya.Sprite3D) { if (model instanceof Laya.ShuriKenParticle3D) { var shuriKenParticle3D: Laya.ShuriKenParticle3D = model as Laya.ShuriKenParticle3D; var render: Laya.ShurikenParticleRenderer = shuriKenParticle...
来源: Laya_社区 发布时间: 20200606
...ader(model: any): void { //如果是粒子特效 if (model instanceof Laya.ShuriKenParticle3D) { var shuriKenParticle3D: Laya.ShuriKenParticle3D = model as Laya.ShuriKenParticle3D; var render:Laya.ShurikenParticleRenderer = shuriKenParticle3D.particleR...
来源: Laya_社区 发布时间: 20190404
求ShuriKenParticle3D用法 module App { import ShuriKenParticle3D = Laya.ShuriKenParticle3D; import ShurikenParticleMaterial = Laya.ShurikenParticleMaterial; import Vector2 = Laya.Vector2; import Vector3 ...
来源: Laya_社区 发布时间: 20170605