Class FloatArg
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/FloatArg", "14b02aad6e1eef7e7575a52268ec8938298fe0a9899b485f382cfb140f1126e8")]
public sealed record FloatArg : BuilderToolArgs, IEquatable<FloatArg>
- Inheritance
-
FloatArg
- Implements
- Inherited Members
Properties
Codec
public static Codec<FloatArg> Codec { get; }
Property Value
Default
public float Default { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Max
public float Max { get; init; }
Property Value
Min
public float Min { get; init; }
Property Value
Required
public bool Required { get; init; }