FIntVector

Namespace: UAssetAPI.UnrealTypes

Structure for integer vectors in 3-d space.

public struct FIntVector

Inheritance ObjectValueTypeFIntVector
Implements ICloneable

Fields

X

public int X;

Y

public int Y;

Z

public int Z;

Constructors

FIntVector(Int32, Int32, Int32)

FIntVector(int x, int y, int z)

Parameters

x Int32

y Int32

z Int32

FIntVector(AssetBinaryReader)

FIntVector(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Methods

Write(AssetBinaryWriter)

int Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter

Returns

Int32

Clone()

object Clone()

Returns

Object