| 
        
  Collapse AllExpand All       Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++  
 | 
 
 
 
[TCheckBoxFormControlObj]C# 
[TCheckBoxFormControlObj]Visual Basic 
[TCheckBoxFormControlObj] 
| 
 | 
 
DefaultSpriteTextureCoordinatesParticleSystem Constructor 
 | 
 
| 
 | 
 
 
 
Constructor 
Namespace: DPSF 
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 
 Syntax 
C# 
 | 
 
public DefaultSpriteTextureCoordinatesParticleSystem( 
 Game cGame 
) 
 | 
 
 
 
Visual Basic 
 | 
 
Public Sub New ( 
 cGame As Game 
) 
 | 
 
 
 
Visual C++ 
 | 
 
public: 
DefaultSpriteTextureCoordinatesParticleSystem( 
 Game^ cGame 
) 
 | 
 
 
 
Parameters 
cGame 
Type: Game 
Handle to the Game object being used. Pass in null for this parameter if not using a Game object. 
 See Also 
DefaultSpriteTextureCoordinatesParticleSystem Class 
DefaultSpriteTextureCoordinatesParticleSystem Members 
DPSF Namespace 
  
Send comments on this topic to  
 |