FIntVector2
Namespace: UAssetAPI.UnrealTypes
Structure for integer vectors in 2-d space.
public struct FIntVector2
Inheritance Object → ValueType → FIntVector2
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
Write(AssetBinaryWriter)
int Write(AssetBinaryWriter writer)
Parameters
writer AssetBinaryWriter
Returns
Clone()
object Clone()
Returns
ToString()
string ToString()
Returns
FromString(String[], UAsset)
FIntVector2 FromString(String[] d, UAsset asset)
Parameters
d String[]
asset UAsset