Table of Contents

Class Size

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Size", "ffa531f24aa154c69f275cd11eba006b5bd828fd03c177893b57d4a0561d7a76")]
public sealed record Size : IEquatable<Size>
Inheritance
Size
Implements
Inherited Members

Properties

Codec

public static Codec<Size> Codec { get; }

Property Value

Codec<Size>

Height

public int Height { get; init; }

Property Value

int

Width

public int Width { get; init; }

Property Value

int