FVector2f

Namespace: UAssetAPI.UnrealTypes

A vector in 2-D space composed of components (X, Y) with floating point precision.

public struct FVector2f

Inheritance ObjectValueTypeFVector2f
Implements ICloneable

Fields

X

public float X;

Y

public float Y;

Constructors

FVector2f(Single, Single)

FVector2f(float x, float y)

Parameters

x Single

y Single

FVector2f(AssetBinaryReader)

FVector2f(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Methods

Write(AssetBinaryWriter)

int Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter

Returns

Int32

Clone()

object Clone()

Returns

Object