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