FVector2(Single, Single) Constructor
Create a new Instance of the FVector2 Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FVector2(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
No code example is currently available or this language may not be supported.
Parameters
- x Single
-
X coordinate.
- y Single
-
Y coordinate.