Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Returns true if the Particle System is Initialized, false if not.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
bool IsInitialized { get; }
|
Visual Basic
|
ReadOnly Property IsInitialized As Boolean
Get
|
Visual C++
|
property bool IsInitialized {
bool get ();
}
|
Return Value
Type: Boolean
Returns true if the Particle System is Initialized, false if not.
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|