Table of Contents

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

ArtificialLight

Codec

public static Codec<LightLevelGrowthModifierAsset> Codec { get; }

Property Value

Codec<LightLevelGrowthModifierAsset>

Modifier

public double Modifier { get; init; }

Property Value

double

RequireBoth

public bool RequireBoth { get; init; }

Property Value

bool

Sunlight

public Rangef? Sunlight { get; init; }

Property Value

Rangef