Class ArtificialLight
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ArtificialLight", "ded7056df2377c21e3d6d43910436851b29f55ebfdbe63ece74c2add91c3e688")]
public sealed record ArtificialLight : IEquatable<ArtificialLight>
- Inheritance
-
ArtificialLight
- Implements
- Inherited Members
Properties
Blue
public Range? Blue { get; init; }
Property Value
Codec
public static Codec<ArtificialLight> Codec { get; }
Property Value
Green
public Range? Green { get; init; }
Property Value
Red
public Range? Red { get; init; }