Class HorizontalSelector
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/HorizontalSelector", "cc6fb04ff214d970f0a3ab3ea619f2aafab7b60979eff9b2332379dc8e05d6fc")]
public sealed record HorizontalSelector : SelectInteractionSelector, IEquatable<HorizontalSelector>
- Inheritance
-
HorizontalSelector
- Implements
-
- Inherited Members
-
Properties
Anchor
public HorizontalSelectorSelectorAnchor? Anchor { get; init; }
Property Value
- HorizontalSelectorSelectorAnchor?
Codec
public static Codec<HorizontalSelector> Codec { get; }
Property Value
- Codec<HorizontalSelector>
Direction
public HorizontalSelectorDirection Direction { get; init; }
Property Value
- HorizontalSelectorDirection
EndDistance
public double EndDistance { get; init; }
Property Value
- double
ExtendBottom
public double ExtendBottom { 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
Length
public double Length { get; init; }
Property Value
- double
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
YawStartOffset
public double YawStartOffset { get; init; }
Property Value
- double