Gets or sets the attribute whether the sprite should rotate according to the path direction.

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

Syntax

C#
public bool IsFollowing { get; set; }

Field Value

trueTruetruetrue (True in Visual Basic) if the sprite rotates according to the path direction, falseFalsefalsefalse (False in Visual Basic) otherwise.

Remarks

If the attribute is trueTruetruetrue (True in Visual Basic), the sprite will rotate in accordance with the path's tangent.

See Also