FLine2

public FVector2 Start

Language: C#

The start point of the line.

public FVector2 End

Language: C#

The end point of the line.

public FLine2(FVector2 start, FVector2 end)

Language: C#

Initializes a new instance of the [] struct.

Parameters:

  • start: The start point of the line.
  • end: The end point of the line.