Table of Contents

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

Codec<FloatArg>

Default

public float Default { get; init; }

Property Value

float

Id

public string Id { get; init; }

Property Value

string

Max

public float Max { get; init; }

Property Value

float

Min

public float Min { get; init; }

Property Value

float

Required

public bool Required { get; init; }

Property Value

bool