Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Returns the SpriteBatch used to draw the Sprite particles.
NOTE: If this is not a Sprite particle system, this will return null.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
SpriteBatch SpriteBatch { get; }
|
Visual Basic
|
ReadOnly Property SpriteBatch As SpriteBatch
Get
|
Visual C++
|
property SpriteBatch^ SpriteBatch {
SpriteBatch^ get ();
}
|
Property Value
Type: SpriteBatch
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|