Table of Contents

Interface ISize3

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll
public interface ISize3
Extension Methods

Properties

HeightAsDouble

double HeightAsDouble { get; }

Property Value

double

HeightAsFloat

float HeightAsFloat { get; }

Property Value

float

HeightAsInt

int HeightAsInt { get; }

Property Value

int

LengthAsDouble

double LengthAsDouble { get; }

Property Value

double

LengthAsFloat

float LengthAsFloat { get; }

Property Value

float

LengthAsInt

int LengthAsInt { get; }

Property Value

int

WidthAsDouble

double WidthAsDouble { get; }

Property Value

double

WidthAsFloat

float WidthAsFloat { get; }

Property Value

float

WidthAsInt

int WidthAsInt { get; }

Property Value

int