     
Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
Get / Set if this Particle Systems should be drawn or not.
NOTE: Setting this to false causes the particle systems' Draw() function to not be called, including the particle systems' BeforeDraw() and AfterDraw() functions.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool Visible { get; set; }
|
Visual Basic
|
Public Property Visible As Boolean
Get
Set
|
Visual C++
|
public:
property bool Visible {
bool get ();
void set (bool value);
}
|
Property Value
Type: Boolean
See Also
ParticleSystemManager Class
ParticleSystemManager Members
DPSF Namespace

Send comments on this topic to
|