Namespace: SnakeAssembly: Snake (in Snake.exe) Version: 1.1.1.0 (1.1.1)
public Vector2D Direction { get; set; }
public Vector2D Direction { get; set; }
Public Property Direction As Vector2D
Get
Set
Public Property Direction As Vector2D
Get
Set
public:
property Vector2D Direction {
Vector2D get ();
void set (Vector2D value);
}
public:
property Vector2D Direction {
Vector2D get ();
void set (Vector2D value);
}
member Direction : Vector2D with get, set
member Direction : Vector2D with get, set
Property Value
Type:
Vector2D