Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Initializes a new instance of the ParticleSystemManager class, copying the settings of the given Particle System Manager.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public ParticleSystemManager(
ParticleSystemManager managerToCopy
)
|
Visual Basic
|
Public Sub New (
managerToCopy As ParticleSystemManager
)
|
Visual C++
|
public:
ParticleSystemManager(
ParticleSystemManager^ managerToCopy
)
|
Parameters
managerToCopy
Type: DPSF..::..ParticleSystemManager
The Particle System Manager to copy from.
See Also
ParticleSystemManager Class
ParticleSystemManager Members
ParticleSystemManager Overload
DPSF Namespace
Send comments on this topic to
|