Class LightLevelGrowthModifierAsset
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/LightLevelGrowthModifierAsset", "33aa3b5cdef07bc4ec2ea1db34cb842f1bfbb722c767048316a3d5cdb3292ce4")]
public sealed record LightLevelGrowthModifierAsset : GrowthModifierAsset, IEquatable<LightLevelGrowthModifierAsset>
- Inheritance
-
LightLevelGrowthModifierAsset
- Implements
- Inherited Members
Properties
ArtificialLight
public ArtificialLight? ArtificialLight { get; init; }
Property Value
Codec
public static Codec<LightLevelGrowthModifierAsset> Codec { get; }
Property Value
Modifier
public double Modifier { get; init; }
Property Value
RequireBoth
public bool RequireBoth { get; init; }
Property Value
Sunlight
public Rangef? Sunlight { get; init; }