Table of Contents

Class StabSelector

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

Properties

Anchor

public StabSelectorSelectorAnchor? Anchor { get; init; }

Property Value

StabSelectorSelectorAnchor?

Codec

public static Codec<StabSelector> Codec { get; }

Property Value

Codec<StabSelector>

EndDistance

public double EndDistance { get; init; }

Property Value

double

ExtendBottom

public double ExtendBottom { get; init; }

Property Value

double

ExtendLeft

public double ExtendLeft { get; init; }

Property Value

double

ExtendRight

public double ExtendRight { get; init; }

Property Value

double

ExtendTop

public double ExtendTop { get; init; }

Property Value

double

IgnorePitch

public bool IgnorePitch { get; init; }

Property Value

bool

IgnoreYaw

public bool IgnoreYaw { get; init; }

Property Value

bool

PitchOffset

public double PitchOffset { get; init; }

Property Value

double

RollOffset

public double RollOffset { get; init; }

Property Value

double

StartDistance

public double StartDistance { get; init; }

Property Value

double

TestLineOfSight

public bool TestLineOfSight { get; init; }

Property Value

bool

YawOffset

public double YawOffset { get; init; }

Property Value

double