Свойство | Тип | Описание | |
---|---|---|---|
Instance | SpecialEffectsHelper, | ||
fireEffect | ParticleSystem | ||
smokeEffect | ParticleSystem |
Метод | Описание | |
---|---|---|
Explosion ( Vector3 position ) : void |
Create an explosion at the given location
|
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
instantiate ( ParticleSystem prefab, Vector3 position ) : ParticleSystem |
Instantiate a Particle system from prefab
|
public Explosion ( Vector3 position ) : void | ||
position | Vector3 | |
Результат | void |
public static SpecialEffectsHelper, Instance | ||
Результат | SpecialEffectsHelper, |