Contents

SCNParticleModifierStage.postDynamics

The stage after SceneKit simulates the motion of particles.

Declaration

case postDynamics

Discussion

Insert a modifier block at this stage to alter the output of the dynamics simulation. For example, if you modify the positions of particles during this stage, the modified positions override those determined by SceneKit’s simulation.

See Also

Constants