Table of Contents

Class Vec4us<T>

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll
public class Vec4us<T>

Type Parameters

T
Inheritance
Vec4us<T>
Inherited Members

Constructors

Vec4us()

public Vec4us()

Vec4us(ushort, ushort, ushort, T)

public Vec4us(ushort x, ushort y, ushort z, T Value)

Parameters

x ushort
y ushort
z ushort
Value T

Fields

Value

public T Value

Field Value

T

X

public ushort X

Field Value

ushort

Y

public ushort Y

Field Value

ushort

Z

public ushort Z

Field Value

ushort