FIntVector2

Namespace: UAssetAPI.UnrealTypes

Structure for integer vectors in 2-d space.

public struct FIntVector2

Inheritance ObjectValueTypeFIntVector2
Implements ICloneable, IStruct<FIntVector2>

Fields

X

public int X;

Y

public int Y;

Constructors

FIntVector2(Int32, Int32)

FIntVector2(int x, int y)

Parameters

x Int32

y Int32

FIntVector2(AssetBinaryReader)

FIntVector2(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Methods

Read(AssetBinaryReader)

FIntVector2 Read(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Returns

FIntVector2

Write(AssetBinaryWriter)

int Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter

Returns

Int32

Clone()

object Clone()

Returns

Object

ToString()

string ToString()

Returns

String

FromString(String[], UAsset)

FIntVector2 FromString(String[] d, UAsset asset)

Parameters

d String[]

asset UAsset

Returns

FIntVector2