CustomPropertyUpdater

CustomPropertyUpdater

Particle's property. Links to a Particle's property block and updates its value every frame.

Each frame, this block triggers the calculation of its connected chain of blocks. The result is then stored in the linked property block, replacing its previous value.

This is the primary mechanism for animating particle properties over time. For example, to make particles fade out, connect a Curves block (driven by lifetime) to a CustomPropertyUpdater linked to an alpha CustomProperty.

Linked property blocks are visually identified by matching color labels in the emitter scheme.

Input:

  • Value (input): The new value to store in the linked property block. The type must match the linked property type.