Table of Contents

Class Box

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

Properties

Codec

public static Codec<Box> Codec { get; }

Property Value

Codec<Box>

Max

public Vector3d? Max { get; init; }

Property Value

Vector3d

Min

public Vector3d? Min { get; init; }

Property Value

Vector3d