Click or drag to resize

AssistantModelMoveDestination Property

Used in save game, to determine where to resume the movement. It is not advised to set this attribute directly, use MoveTo action instead.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 MoveDestination { get; set; }

Property Value

Type: Vector2
See Also