C# 클래스 ScoreParticleEmitter, Imagine_diamond-miner

ScoreParticleEmitter - script that allows re-use of a particle system to emit bursts of particles in specific locations.
상속: MonoBehaviour
파일 보기 프로젝트 열기: Microsoft/Imagine_diamond-miner 1 사용 예제들

공개 메소드들

메소드 설명
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