Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Get the unique ID of this Emitter.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public int ID { get; private set; }
|
Visual Basic
|
Public Property ID As Integer
Get
Private Set
|
Visual C++
|
public:
property int ID {
int get ();
private: void set (int value);
}
|
Property Value
Type: Int32
See Also
ParticleEmitter Class
ParticleEmitter Members
DPSF Namespace
![footer](footer.gif)
Send comments on this topic to
|