Class HorSize2i
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
Represents a 2D size Open in GitHub
public class HorSize2i
- Inheritance
-
HorSize2i
- Inherited Members
- Extension Methods
Constructors
HorSize2i()
public HorSize2i()
HorSize2i(int, int)
public HorSize2i(int width, int length)
Parameters
Fields
Length
public int Length
Field Value
Width
public int Width
Field Value
Properties
Area
public int Area { get; }
Property Value
Methods
Clone()
public HorSize2i Clone()