Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
|
..SetGraphicsDeviceForSharedEffectsForAllParticleSystems Method
|
|
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
Syntax
C#
|
public static void SetGraphicsDeviceForSharedEffectsForAllParticleSystems(
GraphicsDevice graphicsDevice
)
|
Visual Basic
|
Public Shared Sub SetGraphicsDeviceForSharedEffectsForAllParticleSystems (
graphicsDevice As GraphicsDevice
)
|
Visual C++
|
public:
static void SetGraphicsDeviceForSharedEffectsForAllParticleSystems(
GraphicsDevice^ graphicsDevice
)
|
Parameters
graphicsDevice
Type: GraphicsDevice
[Missing <param name="graphicsDevice"/> documentation for "M:DPSF.DPSFDefaultSettings.SetGraphicsDeviceForSharedEffectsForAllParticleSystems(Microsoft.Xna.Framework.Graphics.GraphicsDevice)"]
See Also
DPSFDefaultSettings Class
DPSFDefaultSettings Members
DPSF Namespace

Send comments on this topic to
|