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++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]

Visual C++

DPSF API Documentation
DPSFDefaultSettings
.
.
::
..SetGraphicsDeviceForSharedEffectsForAllParticleSystems Method
gradient

Reinitializes the shared BasicEffect and AlphaTestEffect using the GraphicsDevice provided.

NOTE: If you are using a Shared Effect For All Particle Systems and you change GraphicsDevices, you will need to call this function with the new Graphics Device.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public static void SetGraphicsDeviceForSharedEffectsForAllParticleSystems(

 GraphicsDevice graphicsDevice

)

Visual Basic

Public Shared Sub SetGraphicsDeviceForSharedEffectsForAllParticleSystems (

 graphicsDevice As GraphicsDevice

)

Visual C++

public:

static void SetGraphicsDeviceForSharedEffectsForAllParticleSystems(

 GraphicsDevicegraphicsDevice

)

Parameters

graphicsDevice

Type: GraphicsDevice

[Missing <param name="graphicsDevice"/> documentation for "M:DPSF.DPSFDefaultSettings.SetGraphicsDeviceForSharedEffectsForAllParticleSystems(Microsoft.Xna.Framework.Graphics.GraphicsDevice)"]

collapse_allSee Also

DPSFDefaultSettings Class

DPSFDefaultSettings Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com