Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..SetTransformationMatrixForAllSpriteParticleSystems Method
|
|
Sets the SpriteBatchSettings.TransformationMatrix for all Sprite Particle Systems in this Manager.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void SetTransformationMatrixForAllSpriteParticleSystems(
Matrix sTransformationMatrix
)
|
Visual Basic
|
Public Sub SetTransformationMatrixForAllSpriteParticleSystems (
sTransformationMatrix As Matrix
)
|
Visual C++
|
public:
void SetTransformationMatrixForAllSpriteParticleSystems(
Matrix sTransformationMatrix
)
|
Parameters
sTransformationMatrix
Type: Matrix
The Transformation Matrix to apply to the Sprite Particle Systems
See Also
ParticleSystemManager Class
ParticleSystemManager Members
DPSF Namespace
Send comments on this topic to
|