Class Size2d
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
Represents a 2D size Open in GitHub
public class Size2d
- Inheritance
-
Size2d
- Inherited Members
- Extension Methods
Constructors
Size2d()
public Size2d()
Size2d(double, double)
public Size2d(double width, double height)
Parameters
Fields
Height
public double Height
Field Value
Width
public double Width
Field Value
Methods
Clone()
public Size2d Clone()