Appearance
@fibbojs / core / FVector2
A 2d vector with x and y coordinates.
x: number
number
The x coordinate of the vector.
core/src/types/FVector2.ts:8
y: number
The y coordinate of the vector.
core/src/types/FVector2.ts:12