FIntVector

Namespace: UAssetAPI.UnrealTypes

Structure for integer vectors in 3-d space.

public struct FIntVector

Inheritance ObjectValueTypeFIntVector
Implements ICloneable, IStruct<FIntVector>

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

Read(AssetBinaryReader)

FIntVector Read(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Returns

FIntVector

Clone()

object Clone()

Returns

Object

FromString(String[], UAsset)

FIntVector FromString(String[] d, UAsset asset)

Parameters

d String[]

asset UAsset

Returns

FIntVector

ToString()

string ToString()

Returns

String