Class Size3f
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
Represents a vector of 3 floats. Go bug Tyron of you need more utility methods in this class.
public class Size3f
- Inheritance
-
Size3f
Fields
Height (Recommended) (Default: 0)
The Y-dimension for this size.
public float Height
Field Value
Length (Recommended) (Default: 0)
The Z-dimension for this size.
public float Length
Field Value
Width (Recommended) (Default: 0)
The X-dimension of this size.
public float Width