Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..SpriteBatch Property
|
|
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#
|
public SpriteBatch SpriteBatch { get; }
|
Visual Basic
|
Public ReadOnly Property SpriteBatch As SpriteBatch
Get
|
Visual C++
|
public:
virtual property SpriteBatch^ SpriteBatch {
SpriteBatch^ get () sealed;
}
|
Property Value
Type: SpriteBatch
Implements
IDPSFParticleSystem..::..SpriteBatch
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|