[]
Specifies the movement aspects of the object.
public enum Moving : short
Public Enum Moving As Short
Name | Description |
---|---|
Horizontal | Allows the user to horizontally move the object |
HorizontalAndVertical | Allows the user to move the object both horizontally and vertically |
None | Does not allow user movement |
Vertical | Allows the user to vertically move the object |