[]
Specifies the movement aspects of the object.
[Flags]
public enum Moving : byte
<Flags>
Public Enum Moving As Byte
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 |