Class Modifier
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Modifier", "3506836fceba51c97af0fe9e91c63441c2d3d88baf2d3c1434a5dde8fb30047b")]
public sealed record Modifier : IEquatable<Modifier>
- Inheritance
-
Modifier
- Implements
- Inherited Members
Properties
Codec
public static Codec<Modifier> Codec { get; }
Property Value
Input
public List<float> Input { get; init; }
Property Value
Output
public List<float> Output { get; init; }