Version: 5.6
파티클 시스템 메인 모듈(Particle System Main module)
모양 모듈

이미션 모듈

이 모듈의 프로퍼티는 파티클 시스템의 방출 속도와 타이밍에 영향을 줍니다.

프로퍼티

프로퍼티 기능
Rate over Time 시간 단위당 방출되는 파티클의 수입니다.
Rate over Distance 이동한 거리 단위당 방출되는 파티클의 수입니다.
Bursts 버스트는 파티클을 생성하는 이벤트입니다. 이 설정을 통해 지정된 시점에 파티클을 방출할 수 있습니다.
    Time 파티클 시스템이 시작된 이후로 버스트를 방출할 시점을 초 단위로 설정합니다.
    Min 방출되는 최소 파티클 수를 설정합니다.
    Max 방출되는 최대 파티클 수를 설정합니다.
    Cycles 버스트를 반복할 횟수를 설정합니다.
    Interval 버스트가 반복되는 시간 사이의 간격(초)을 설정합니다.

세부 정보

The rate of emission can be constant or can vary over the lifetime of the system according to a curve. If Rate over Distance mode is active, a certain number of particles are released per unit of distance moved by the parent object. This is very useful for simulating particles that are actually created by the motion of the object (for example, dust from a car’s wheels on a dirt track). Note that Distance mode is only applied when Simulation Space is set to World in the Particle System section.

시간당 방출량(Rate over Time) 모드를 활성화하면 부모 오브젝트가 어떻게 움직이든 1초당 원하는 수의 파티클이 방출됩니다. 또한 특정 시간마다 나타나는 추가 파티클(예: 연기가 나는 증기 기관차 굴뚝)의 버스트를 추가할 수 있습니다.

파티클 시스템 메인 모듈(Particle System Main module)
모양 모듈