The XSpriteControllerMode enumeration defines the way the controller is moving the XSprite sprite.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[FlagsAttribute]
public enum XSpriteControllerMode

Members

Member nameDescription
HorizontalMove
Horizontal motion.
CollisionFreeMove
Collision-free object motion.

See Also