Class Cuboidi
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
A 3D cuboid, created out of integers.
[DocumentAsJson]
[ProtoContract]
public class Cuboidi
- Inheritance
-
Cuboidi
Fields
X1
[ProtoMember(1)]
[DocumentAsJson]
public int X1
Field Value
X2
[ProtoMember(4)]
[DocumentAsJson]
public int X2
Field Value
Y1
[ProtoMember(2)]
[DocumentAsJson]
public int Y1
Field Value
Y2
[ProtoMember(5)]
[DocumentAsJson]
public int Y2
Field Value
Z1
[ProtoMember(3)]
[DocumentAsJson]
public int Z1
Field Value
Z2
[ProtoMember(6)]
[DocumentAsJson]
public int Z2