[This is preliminary documentation and is subject to change.]
The type of particle being drawn.
Syntax
| C# |
|---|
public enum ParticleType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ParticleType |
Members
| Member name | Description | |
|---|---|---|
| Sprite |
Particle is a sprite.
| |
| Facer |
Particle is a facer.
| |
| Flat |
Particle is flat.
| |
| Object |
Particle is an object model.
|