Class ContainerSize
- Namespace
- Moongate.UO.Data.Containers
- Assembly
- Moongate.UO.Data.dll
Represents the size and type of a container
public record ContainerSize : IEquatable<ContainerSize>
- Inheritance
-
ContainerSize
- Implements
- Inherited Members
Constructors
ContainerSize(string, int, int, string)
Represents the size and type of a container
public ContainerSize(string Id, int Width, int Height, string Name)
Parameters
Properties
Bounds
public Rectangle2D Bounds { get; }
Property Value
Height
public int Height { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
TotalSlots
public int TotalSlots { get; }
Property Value
Width
public int Width { get; init; }