DPSF Default Settings

Top  Previous  Next

A static DPSFDefaultSettings class is provided for easily setting global settings to be applied to all particle systems.  This includes things such as setting the particle systems' Updates Per Second, Auto Memory Manager Settings, and if Performance Profiling should be enabled or not.  The settings in the DPSFDefaultSettings are only applied to a particles system whenever the particles system is Initialized(), so you should configure it before initializing any of your particle systems.  If a particle system is added to a Particle System Manager, the manager's settings will be applied to the particle system, overriding the settings set by the DPSFDefaultSettings.

 

For a complete list of the DPSF Default Settings, see the DPSF API Documentation.