collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++     dropdown Members: Show All Members: Filtered Members: Filtered Members: Filtered

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++

[TCheckBoxFormControlObj]Include Protected Members

[TCheckBoxFormControlObj]
Include Inherited Members
DPSF API Documentation
DPSFHelper Properties

Send Feedback

gradient
The
DPSFHelper type exposes the following members.

collapse_allProperties

 

Name

Description

pubpropertystatic

DPSFInheritsDrawableGameComponent

Get if the Particle Systems are inheriting from DrawableGameComponent or not.

If inheriting from DrawableGameComponent, the Particle Systems are automatically added to the given Game object's Components and the Update() and Draw() functions are automatically called by the Game object when it updates and draws the rest of its Components.

If the Update() and Draw() functions are called by the user anyways, they will exit without performing any operations, so it is suggested to include them anyways to make switching between inheriting and not inheriting from DrawableGameComponent seamless; just be aware that the updates and draws are actually being performed when the Game object is told to update and draw (i.e. when base.Update() and base.Draw() are called), not when the particle system functions are called.

pubpropertystatic

IsRunningInDebugMode

Get if the application is currently running in Debug mode or not.

pubpropertystatic

IsRunningInDebugModeWithDebuggerAttached

Get if the application is currently running in Debug mode with a Debugger attached or not.

pubpropertystatic

RandomNumber

Variable that can be used to get random numbers.

pubpropertystatic

Version

Return the version of the DPSF.dll being used. This includes the Major, Minor, Build, and Revision numbers.

collapse_allSee Also

DPSFHelper Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com