Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
Get the Name of the Class that this Particle System is using. This can be used to check what type of Particle System this is at run-time.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
string ClassName { get; }
|
Visual Basic
|
ReadOnly Property ClassName As String
Get
|
Visual C++
|
property String^ ClassName {
String^ get ();
}
|
Property Value
Type: String
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|