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