ParticleDeviceType Enumeration |
The type of particle devices
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic enum ParticleDeviceType
Public Enumeration ParticleDeviceType
public enum class ParticleDeviceType
Members
| Member name | Value | Description |
---|
| Core | 0 |
The Core
|
| Photon | 6 |
The Photon
|
| Electron | 10 |
The Electron
|
See Also