Class DonutSelector
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/DonutSelector", "c157d807b53c68c254b09e0b5fcffe95e16cac43373129949611a831989e6bb0")]
public sealed record DonutSelector : SelectInteractionSelector, IEquatable<DonutSelector>
- Inheritance
-
DonutSelector
- Implements
-
- Inherited Members
-
Properties
AngleDeg
public double AngleDeg { get; init; }
Property Value
- double
Codec
public static Codec<DonutSelector> Codec { get; }
Property Value
- Codec<DonutSelector>
Height
public float? Height { get; init; }
Property Value
- float?
MaxRadius
public float? MaxRadius { get; init; }
Property Value
- float?
MinRadius
public float? MinRadius { get; init; }
Property Value
- float?
Offset
public Vector3d? Offset { get; init; }
Property Value
- Vector3d
Width
public float? Width { get; init; }
Property Value
- float?
YawOffsetDeg
public double YawOffsetDeg { get; init; }
Property Value
- double