[This is preliminary documentation and is subject to change.]
The type of object represented by the ObjectType attribute.
Syntax
| C# |
|---|
public enum ObjectType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ObjectType |
Members
| Member name | Description | |
|---|---|---|
| V3 |
The object is a 3d model. This is any non-V4 object.
| |
| Unknown |
The object type is unknown.
| |
| Zone |
The object is a zone.
| |
| Particle |
The object is a particle emitter.
| |
| Mover |
The object is a mover.
| |
| Camera |
The object is a camera.
|