C# Класс ScoreParticleEmitter, Imagine_diamond-miner

ScoreParticleEmitter - script that allows re-use of a particle system to emit bursts of particles in specific locations.
Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EmitParticles ( Vector3 position, int numParticles ) : void

Moves the particle system to a location and emits a number of particles from there.

Приватные методы

Метод Описание
Awake ( ) : void

Описание методов

EmitParticles() публичный Метод

Moves the particle system to a location and emits a number of particles from there.
public EmitParticles ( Vector3 position, int numParticles ) : void
position Vector3 The location from which to emit.
numParticles int The number of particles to emit.
Результат void