Table of Contents

Class RailPoint

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

Properties

Codec

public static Codec<RailPoint> Codec { get; }

Property Value

Codec<RailPoint>

Normal

public Vector3f Normal { get; init; }

Property Value

Vector3f

Point

public Vector3f Point { get; init; }

Property Value

Vector3f