Class Vec4us<T>
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
public class Vec4us<T>
Type Parameters
T
- Inheritance
-
Vec4us<T>
- Inherited Members
- Extension Methods
Constructors
Vec4us()
public Vec4us()
Vec4us(ushort, ushort, ushort, T)
public Vec4us(ushort x, ushort y, ushort z, T Value)
Parameters
Fields
Value
public T Value
Field Value
- T
X
public ushort X
Field Value
Y
public ushort Y
Field Value
Z
public ushort Z