The XSpriteControllerMode enumeration defines the way the controller is moving the XSprite sprite.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
[FlagsAttribute] public enum XSpriteControllerMode |
Members
| Member name | Description | |
|---|---|---|
| HorizontalMove |
Horizontal motion.
| |
| CollisionFreeMove |
Collision-free object motion.
|