This feature controls the spawning behavior of the child components based on their parent components. Depending on the user choice, the child particles can spawn on birth or on death of the parent. This feature also allows the child particles to spawn when the parent component collides with a surface.
This is the default spawning behavior of child components. It starts spawning particles when a parent particle is born. If a child component has no child feature, then Child: OnBirth will be automatically assigned to it.
Causes a child component to begin spawning particles when a parent particle collides with a surface. This will function only if the parent component has a Collision feature.
Property | Description |
---|---|
Surface Requirement |
|
Causes a child component to begin spawning particles when a parent particle dies.