[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic Virtual function to Initialize the Particle System with default values. Particle system properties should not be set until after this is called, as they are likely to be reset to their default values. Namespace: DPSF Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 Syntax
Parameters cGraphicsDevice Type: GraphicsDevice The Graphics Device the Particle System should use cContentManager Type: ContentManager The Content Manager the Particle System should use to load resources cSpriteBatch Type: SpriteBatch The Sprite Batch that the Sprite Particle System should use to draw its particles. If this is not initializing a Sprite particle system, or you want the particle system to use its own Sprite Batch, pass in null. Implements IDPSFParticleSystem..::..AutoInitialize(GraphicsDevice, ContentManager, SpriteBatch) See Also DPSF<(Of <(<'Particle, Vertex>)>)> Class |