[This is preliminary documentation and is subject to change.]
The type of mover.
Syntax
| C# |
|---|
public enum MoverType |
| Visual Basic (Declaration) |
|---|
Public Enumeration MoverType |
Members
| Member name | Description | |
|---|---|---|
| Passive |
The mover is passive. The position is controlled by the user.
| |
| Active |
The mover is active. The position is controlled by the server.
| |
| Item |
The mover is an item attached to a limb on an avatar.
|