Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
::
..SpriteBatchSettings Property
|
|
The Sprite Batch drawing Settings used in the Sprite Batch's Begin() function call.
NOTE: These settings only have effect if this is a Sprite particle system.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
SpriteBatchSettings SpriteBatchSettings { get; }
|
Visual Basic
|
ReadOnly Property SpriteBatchSettings As SpriteBatchSettings
Get
|
Visual C++
|
property SpriteBatchSettings^ SpriteBatchSettings {
SpriteBatchSettings^ get ();
}
|
Property Value
Type: SpriteBatchSettings
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|