|
@@ -45,7 +45,9 @@ export class QingXiCheAdnQvCarEventStep {
|
|
// 控制指定的具体的粒子,并不是所有的粒子的会被操作
|
|
// 控制指定的具体的粒子,并不是所有的粒子的会被操作
|
|
// if (objList.name == '水管水流' || objList.name == '水汽') {
|
|
// if (objList.name == '水管水流' || objList.name == '水汽') {
|
|
// if (objList.name == '水泥管粒子') {
|
|
// if (objList.name == '水泥管粒子') {
|
|
- if (objList.name == '水泥管粒子' || objList.name == '水汽') {
|
|
|
|
|
|
+ // if (objList.name == '水泥管粒子' || objList.name == '水汽') {
|
|
|
|
+ if (objList.name == '管道喷水') {
|
|
|
|
+
|
|
|
|
|
|
// 获取粒子对象
|
|
// 获取粒子对象
|
|
let objParticle = ChengGuangYuanJing.ParticleSystemAuto.find().objParticleSystemCreateOrUpdate(objList.code);
|
|
let objParticle = ChengGuangYuanJing.ParticleSystemAuto.find().objParticleSystemCreateOrUpdate(objList.code);
|